Skip to content
Snippets Groups Projects
Verified Commit 806f0ded authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

crontab experiment

parent 79b9e612
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p7
BUILD_VERSION: p8
services:
- docker:20.10.9-dind
......
FROM bitnami/phpbb:3.3.8
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN install_packages cron
COPY crontab /etc/cron.d/
COPY phpbb /opt/bitnami/phpbb
CMD [ ( cron -f -l 8 & ) & "/opt/bitnami/scripts/apache/run.sh" ]
*/5 * * * * daemon /opt/bitnami/php/bin/php /opt/bitnami/phpbb/bin/phpbbcli.php -v cron:run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment