Jan Behrens 4 anni fa
parent
commit
926116bf71
2 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile
  2. 0 0
      config/docker-entrypoint.sh

+ 1 - 0
Dockerfile

@@ -29,6 +29,7 @@ USER ${APACHE_RUN_USER}
 
 ADD config/apache-config.conf /etc/apache2/sites-enabled/000-default.conf
 ADD config/docker-entrypoint.sh /docker-entrypoint.sh
+RUN chmod +x /docker-entrypoint.sh
 
 EXPOSE 80
 

+ 0 - 0
config/docker-entrypoint.sh