Skip to content

Commit

Permalink
chore(docker): change ownership while still root user (#5127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 6, 2018
1 parent 93c932d commit 2984ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR /opt/deck

RUN docker/setup-apache2.sh

USER www-data

RUN chown -R www-data:www-data docker

USER www-data

CMD docker/run-apache2.sh

0 comments on commit 2984ce8

Please sign in to comment.