|
|
@ -26,6 +26,7 @@ RUN chown deploy:deploy /usr/local/bin/httpd-foreground |
|
|
|
|
|
|
|
|
|
|
|
# setup the right permissions for deploy user |
|
|
|
# setup the right permissions for deploy user |
|
|
|
RUN chown -R deploy:deploy /var/www/ |
|
|
|
RUN chown -R deploy:deploy /var/www/ |
|
|
|
|
|
|
|
RUN chown -R deploy:deploy /var/log/apache2/ |
|
|
|
|
|
|
|
|
|
|
|
USER deploy |
|
|
|
USER deploy |
|
|
|
CMD ["httpd-foreground"] |
|
|
|
CMD ["httpd-foreground"] |