Remove deprecated instruction

This commit is contained in:
Aleksandar Puharic 2023-01-21 03:00:48 +01:00
parent 88b4e4514a
commit 3377076391
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -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