add r flag to rm
This commit is contained in:
parent
997dc82ef7
commit
29b65b2598
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue