diff options
author | Simon Meggle <simon.meggle@consol.de> | 2016-04-07 13:17:01 +0200 |
---|---|---|
committer | Simon Meggle <simon.meggle@consol.de> | 2016-04-07 13:17:01 +0200 |
commit | a6627e9e6727d529003cee9251043b124e77e764 (patch) | |
tree | adaecb5b1be845af8725461901ebe09c4b3c45de | |
parent | 5597349dc92166d3e34865f8e6ca0781d2e652cd (diff) | |
download | Apaxy-a6627e9e6727d529003cee9251043b124e77e764.zip Apaxy-a6627e9e6727d529003cee9251043b124e77e764.tar.gz Apaxy-a6627e9e6727d529003cee9251043b124e77e764.tar.bz2 |
Dockerfile: rm -f
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ COPY apache-config.conf /etc/apache2/sites-enabled/000-default.conf COPY apaxy/ /var/www/html/ RUN mv /var/www/html/htaccess.txt /var/www/html/.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.jpg && \ touch /var/www/html/example.txt && \ |