dev: clean and 404

This commit is contained in:
mcolonna 2025-06-17 12:34:27 +02:00
parent 7b0baf20fb
commit 7423c30a36
10 changed files with 145 additions and 64 deletions

View file

@ -12,11 +12,6 @@ RUN apk fix
RUN addgroup -S www
RUN adduser -D -S -G www www
#RUN apk add curl
# install wordpress
# RUN mkdir -p /www
# RUN curl https://wordpress.org/latest.tar.gz | tar zx -C /www
# add config
COPY /conf/ /etc/php83/
COPY /conf/wwwmore/ /conf/wwwmore/