add r flag to rm

This commit is contained in:
Jonas Leder 2021-08-16 19:27:55 +02:00
parent 997dc82ef7
commit 29b65b2598

View file

@ -22,7 +22,7 @@ FROM alpine:latest
RUN apk update && \
apk upgrade && \
apk add apache2 php8-apache2 php8-mysqli curl && \
rm /var/www/localhost/htdocs/
rm /var/www/localhost/htdocs/ -R
# |--------------------------------------------------------------------------
# | copy website from node build