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 ea87cba commit e7aa6e5
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_es4c
COPY . /app
WORKDIR /app
#Install the dependencies
RUN npm install
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]

0 comments on commit e7aa6e5

Please sign in to comment.