edited dockerfile

This commit is contained in:
2024-10-07 11:25:06 +08:00
parent 8b11bdcf7c
commit e519415e94

View File

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