Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene authored Jan 28, 2023
1 parent 049beb6 commit 918a831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18.13.0
LABEL org.opencontainers.image.source https://github.com/arquisoft/lomap_0
LABEL org.opencontainers.image.source https://github.com/arquisoft/lomap_es3b
COPY . /app
WORKDIR /app
#Install the dependencies
Expand All @@ -13,4 +13,4 @@ RUN npm run build

#Execute npm run prod to run the server
#CMD [ "npm", "run", "prod" ]
CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit 918a831

Please sign in to comment.