mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
feat: add console mode
This commit is contained in:
parent
fc752039a4
commit
4813e6b4d5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue