From 049beb6550709ad6334beaa21b139f2043b1e14c Mon Sep 17 00:00:00 2001 From: Irene Cid Date: Sat, 28 Jan 2023 18:22:05 +0100 Subject: [PATCH] Update Dockerfile --- restapi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restapi/Dockerfile b/restapi/Dockerfile index 248835f..e3415db 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_es3b COPY . /app WORKDIR /app #Install the dependencies RUN npm install -CMD [ "npm", "start" ] \ No newline at end of file +CMD [ "npm", "start" ]