Skip to content
Snippets Groups Projects
Commit 16acdec7 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

tree server directory

parent 3c32cde2
No related branches found
No related tags found
No related merge requests found
Pipeline #13698 passed
...@@ -29,7 +29,7 @@ RUN cd frontend; \ ...@@ -29,7 +29,7 @@ RUN cd frontend; \
cp dist/favicon.ico ../server/server/static/; \ cp dist/favicon.ico ../server/server/static/; \
rm -fr dist rm -fr dist
RUN tree RUN cd server; tree
RUN bash -c "adduser --disabled-login --quiet --gecos app app && \ RUN bash -c "adduser --disabled-login --quiet --gecos app app && \
chmod -R o+r /app/ && \ chmod -R o+r /app/ && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment