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 8adf246 commit 049beb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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
RUN npm install
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]

0 comments on commit 049beb6

Please sign in to comment.