소스 검색

dockerFile adminassos

Gu3 6 년 전
부모
커밋
978a793242
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      docker/adminassos/Dockerfile

+ 6 - 6
docker/adminassos/Dockerfile

@@ -51,9 +51,9 @@ RUN chown www-data:www-data -R opentalent
 RUN mkdir /var/log/opentalent
 RUN chown www-data:www-data -R /var/log/opentalent
 
-#RUN cd /var/www/opentalent/opentalent
-#RUN mkdir config
-#RUN cd /var/wwww/opentalent/opentalent/config
-#RUN for f in $(ls -d /var/source/config/config/*); do ln -s $f; done && ls -al
-#RUN cd /var/www/opentalent/opentalent
-#RUN chown www-data:www-data -R config
+RUN cd /var/www/opentalent/opentalent
+RUN mkdir config
+RUN cd /var/wwww/opentalent/opentalent/config
+RUN for f in $(ls -d /var/source/config/config/*); do ln -s $f; done && ls -al
+RUN cd /var/www/opentalent/opentalent
+RUN chown www-data:www-data -R config