diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 18e393a..69558bc 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -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 @@ -13,4 +13,4 @@ RUN npm run build #Execute npm run prod to run the server #CMD [ "npm", "run", "prod" ] -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"]