From e811e1c515ace439580351adeb25f6ef82544bee Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Mar 2023 04:30:21 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index d9121c3..05ddc89 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,5 +1,4 @@ FROM node:latest -RUN ls /var/lib/docker/overlay2/8a2577b78d0fe9066c00c1fed6bafce35b5ec17672822003ef2f343762941875/merged/app WORKDIR /Api RUN ls ADD package.json /Api