mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
Remove deprecated instruction
This commit is contained in:
parent
88b4e4514a
commit
3377076391
|
@ -39,8 +39,7 @@ RUN apk add --update --no-cache patch less mysql-client tzdata
|
||||||
|
|
||||||
COPY --from=rootfs ["/", "/"]
|
COPY --from=rootfs ["/", "/"]
|
||||||
|
|
||||||
RUN mv /etc/nginx/conf.d /etc/nginx/http.d \
|
RUN apk add --update --no-cache nginx \
|
||||||
&& apk add --update --no-cache nginx \
|
|
||||||
&& echo "*/5 * * * * /usr/local/bin/wp cron event run --due-now" >> /etc/crontabs/www-data \
|
&& echo "*/5 * * * * /usr/local/bin/wp cron event run --due-now" >> /etc/crontabs/www-data \
|
||||||
&& chmod a+x /usr/local/bin/wp
|
&& chmod a+x /usr/local/bin/wp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user