Skip to content

Commit

Permalink
fix creation of tmp folder on windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Mar 22, 2019
1 parent d18e82c commit 4be5b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ COPY ./docker/helgoland.json /var/lib/jetty/webapps/ROOT/static/client/helgoland
COPY ./docker/default-config /etc/sos

USER root
RUN chown -R jetty:jetty /var/lib/jetty/webapps/ROOT /etc/sos
RUN mkdir -p /var/lib/jetty/webapps/ROOT/WEB-INF/tmp \
&& chown -R jetty:jetty /var/lib/jetty/webapps/ROOT /etc/sos
USER jetty
RUN ln -s /etc/sos /var/lib/jetty/webapps/ROOT/WEB-INF/config

Expand Down

0 comments on commit 4be5b59

Please sign in to comment.