diff --git a/restapi/Dockerfile b/restapi/Dockerfile index 248835f..cca9de3 100644 --- a/restapi/Dockerfile +++ b/restapi/Dockerfile @@ -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_es3a COPY . /app WORKDIR /app #Install the dependencies RUN npm install -CMD [ "npm", "start" ] \ No newline at end of file +CMD [ "npm", "start" ]