Browse Source

fix script

Jan Behrens 4 years ago
parent
commit
926116bf71
2 changed files with 1 additions and 0 deletions
  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