From 337707639134e01fdac160746703877f28a202fe Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 21 Jan 2023 03:00:48 +0100 Subject: [PATCH] Remove deprecated instruction --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5eb3c45..5cbf938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,7 @@ RUN apk add --update --no-cache patch less mysql-client tzdata COPY --from=rootfs ["/", "/"] -RUN mv /etc/nginx/conf.d /etc/nginx/http.d \ - && apk add --update --no-cache nginx \ +RUN apk add --update --no-cache nginx \ && echo "*/5 * * * * /usr/local/bin/wp cron event run --due-now" >> /etc/crontabs/www-data \ && chmod a+x /usr/local/bin/wp