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