remove conf dir.
This commit is contained in:
parent
5c8efb1ed8
commit
95103944e9
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ RUN rm -fr /var/www/html && \
|
||||||
mv /conf/apache.runit /etc/service/apache/run && \
|
mv /conf/apache.runit /etc/service/apache/run && \
|
||||||
mv /conf/show_logs.runit /etc/service/show_logs/run && \
|
mv /conf/show_logs.runit /etc/service/show_logs/run && \
|
||||||
chmod +x /etc/service/*/run && \
|
chmod +x /etc/service/*/run && \
|
||||||
rm /conf && \
|
rm -Rf /conf && \
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
||||||
FROM php-apache AS php-apache-onbuild
|
FROM php-apache AS php-apache-onbuild
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue