diff --git a/Dockerfile b/Dockerfile index 01003b8e364ef8f2888e08aec7c611c75175bd6d..ed6e975b8d9f51588a1627ac30572dc72339618f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN cd frontend; \ cp dist/favicon.ico ../server/server/static/; \ rm -fr dist -RUN tree +RUN cd server; tree RUN bash -c "adduser --disabled-login --quiet --gecos app app && \ chmod -R o+r /app/ && \