Browse Source

chowned lib/apache to deploy user

main
Holger Frey 3 years ago
parent
commit
1570229a3f
  1. 1
      Dockerfile

1
Dockerfile

@ -28,6 +28,7 @@ RUN chmod u+x /usr/local/bin/httpd-foreground @@ -28,6 +28,7 @@ RUN chmod u+x /usr/local/bin/httpd-foreground
# setup the right permissions for deploy user
RUN chown -R deploy:deploy /var/www/
RUN chown -R deploy:deploy /usr/lib/apache2/
RUN chown -R deploy:deploy /run/apache2/
RUN chown -R deploy:deploy /var/log/apache2/

Loading…
Cancel
Save