fixed the pbm of wp cron job not working

This commit is contained in:
asus
2024-04-02 11:37:41 +02:00
parent 3c0a32e6ac
commit ce6d6b442a
3 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
FROM alpine:3.15
RUN apk update
@@ -49,4 +48,3 @@ RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli
COPY ./conf/wp_entrypoint.sh ./
ENTRYPOINT [ "sh", "wp_entrypoint.sh" ]