torsearch-scheduler (0.35.4)
Installation
docker pull code.caldwell.digital/home/torsearch-scheduler:0.35.4sha256:770aaeae1a7167776723f05ffad62f8210e9a09cf5c26fc9ca7d67f842485ecc
Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl php84 php84-curl php84-fileinfo php84-gd php84-mbstring php84-mysqli php84-opcache php84-openssl php84-pdo_mysql php84-xml supervisor # buildkit |
| RUN /bin/sh -c ln -s /usr/bin/php84 /usr/bin/php # buildkit |
| RUN /bin/sh -c mkdir -p /etc/supervisor/conf.d # buildkit |
| ENTRYPOINT ["/app/bin/console" "init:worker"] |
| ENV APP_VERSION= |
| COPY --chown=1000:1000 ./ /app # buildkit |
| CMD ["--monitor"] |