소스 검색

fix script

Jan Behrens 4 년 전
부모
커밋
926116bf71
2개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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