mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-18 13:41:42 +02:00
Dockerfile: rm -f
This commit is contained in:
@@ -8,7 +8,7 @@ COPY apache-config.conf /etc/apache2/sites-enabled/000-default.conf
|
|||||||
COPY apaxy/ /var/www/html/
|
COPY apaxy/ /var/www/html/
|
||||||
RUN mv /var/www/html/htaccess.txt /var/www/html/.htaccess && \
|
RUN mv /var/www/html/htaccess.txt /var/www/html/.htaccess && \
|
||||||
mv /var/www/html/theme/htaccess.txt /var/www/html/theme/.htaccess && \
|
mv /var/www/html/theme/htaccess.txt /var/www/html/theme/.htaccess && \
|
||||||
rm /var/www/html/index.html && \
|
rm -f /var/www/html/index.html && \
|
||||||
touch /var/www/html/example.gif && \
|
touch /var/www/html/example.gif && \
|
||||||
touch /var/www/html/example.jpg && \
|
touch /var/www/html/example.jpg && \
|
||||||
touch /var/www/html/example.txt && \
|
touch /var/www/html/example.txt && \
|
||||||
|
Reference in New Issue
Block a user