edited dockerfile

This commit is contained in:
Philip Cheung 2024-10-07 11:25:06 +08:00
parent 8b11bdcf7c
commit e519415e94
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ COPY package*.json /app/
RUN npm install RUN npm install
RUN npm i --save-dev
COPY ./ /app/ COPY ./ /app/
ARG VITE_API_URL=${VITE_API_URL} ARG VITE_API_URL=${VITE_API_URL}