From 6b8a96b7d89a28f13bf652b2d51371ad436ad95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mielcarek?= Date: Wed, 15 May 2024 22:42:09 +0200 Subject: [PATCH] Add CI log --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index 2b27b74..1ad7154 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -12,6 +12,7 @@ COPY web ./ COPY common ./ # Install dependencies +RUN tree RUN npm install ./web/src RUN pip3 install os