From 3f2f62ca3e65fda648e75e40f1af3d22b2b06494 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 21:15:57 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'bob=5Fparty/Docker?= =?UTF-8?q?file'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bob_party/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob_party/Dockerfile b/bob_party/Dockerfile index 2fe3e5b..7a49595 100644 --- a/bob_party/Dockerfile +++ b/bob_party/Dockerfile @@ -5,7 +5,7 @@ FROM node:latest # Install app dependencies # A wildcard is used to ensure both package.json AND package-lock.json are copied # where available (npm@5+) -COPY package*.json ./ +COPY package*.json . RUN yarn # If you are building your code for production