Browse Source

trying to get rid of segfault, changing to ubuntu

main
Holger Frey 3 years ago
parent
commit
9dafe5da24
  1. 9
      Dockerfile

9
Dockerfile

@ -39,5 +39,14 @@ RUN chmod u+x /usr/local/bin/httpd-foreground @@ -39,5 +39,14 @@ RUN chmod u+x /usr/local/bin/httpd-foreground
#RUN chown -R deploy:deploy /run/apache2/
#RUN chown -R deploy:deploy /var/log/apache2/
ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid
ENV APACHE_LOCK_DIR=/var/lock/apache2
ENV APACHE_LOG_DIR=/var/log/apache2
ENV APACHE_RUN_DIR=/var/run/apache2
ENV APACHE_RUN_USER=www-data
ENV APACHE_RUN_GROUP=www-data
#USER deploy
CMD ["httpd-foreground"]
Loading…
Cancel
Save