From 760f4f07ca81bcedd58f98190bd93217fbbdf9e4 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Mar 2023 04:14:36 +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, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 025f399..6c8bb18 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,5 +1,5 @@ FROM node:latest -RUN ls /usr +RUN ls /usr/src ADD package.json /app ADD tsconfig.json /app RUN cat package.json