1
0
Fork 0
mirror of synced 2024-04-29 10:22:41 +12:00

feat: add console mode

This commit is contained in:
Christy Jacob 2022-11-22 19:32:35 +00:00
parent fc752039a4
commit 4813e6b4d5

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