Update Dockerfile
parent
6bfc8323e6
commit
b3804533f3
|
|
@ -3,4 +3,4 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN npm install
|
||||
EXPOSE 8000
|
||||
CMD [ "npm", "run", "start:dev" ]
|
||||
CMD [ "npm", "run", "start" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue