edited dockerfile
This commit is contained in:
parent
8b11bdcf7c
commit
e519415e94
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue