Skip to content

Commit

Permalink
chore(docker): fix ownership of docker directory (#5125)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 6, 2018
1 parent 3bc5b15 commit 93c932d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN docker/setup-apache2.sh

USER www-data

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

CMD docker/run-apache2.sh

0 comments on commit 93c932d

Please sign in to comment.