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

Update Dockerfile

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Christy Jacob 2022-11-23 00:29:26 +05:30 committed by GitHub
parent d2b0218aba
commit fc752039a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ COPY app/console /usr/local/src/console
WORKDIR /usr/local/src/console
ARG VITE_GA_PROJECT=""
ARG VITE_GA_PROJECT
ENV VITE_GA_PROJECT=$VITE_GA_PROJECT
RUN npm ci