Ver Fonte

fix script

Jan Behrens há 4 anos atrás
pai
commit
926116bf71
2 ficheiros alterados com 1 adições e 0 exclusões
  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