feat: add console mode

This commit is contained in:
Christy Jacob 2022-11-22 19:32:35 +00:00
parent fc752039a4
commit 4813e6b4d5
1 changed files with 3 additions and 0 deletions

View File

@ -19,7 +19,10 @@ COPY app/console /usr/local/src/console
WORKDIR /usr/local/src/console
ARG VITE_GA_PROJECT
ARG VITE_CONSOLE_MODE
ENV VITE_GA_PROJECT=$VITE_GA_PROJECT
ENV VITE_CONSOLE_MODE=$VITE_CONSOLE_MODE
RUN npm ci
RUN npm run build