oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

Dockerfile: rm -f #58

Closed simonmeggle closed 7 years ago

simonmeggle commented 8 years ago

In case that there is no index.html (as in my case...), rm will fail and the container will die. -f forces deletion, regardless if index.html is present.