From 0352c3e1246ef2a2c44924328387a4f50e6e2f7a Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Mar 2023 04:43:58 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/Api/Dockerfile?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 26068ce..e2560a1 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -7,3 +7,5 @@ ADD . /Api RUN npm install RUN npm run build EXPOSE 8080 +CMD [ "node","." ] +