|
|
@@ -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
|