From d1cf763a1d8737b281ce931e76b56935565acf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mielcarek?= Date: Wed, 15 May 2024 22:57:29 +0200 Subject: [PATCH] Test CI --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 1658c1d..0f69fa1 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && \ # Set working directory inside the container WORKDIR /usr/src/app -COPY web/src/package*.json ./web/src/ +COPY web/src/package*.json . RUN npm install ./web/src RUN pip3 install os