소스 검색

remove unnecessary RUN

Girish Ramakrishnan 9 년 전
부모
커밋
d41b74d8a2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,7 +9,6 @@ RUN curl -L http://wordpress.org/wordpress-4.2.2.tar.gz | tar -xz --strip-compon
 RUN chown -R www-data.www-data /app/code
 
 ADD start.sh /app/code/start.sh
-RUN chmod +x /app/code/start.sh
 
 RUN curl -o /app/code/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar 
 RUN chmod +x /app/code/wp