Select Git revision
Forked from
TO / Forum
4 commits behind the upstream repository.

Andrej Ramašeuski authored
Dockerfile 291 B
FROM bitnami/phpbb:3.3.8
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
USER 0
RUN install_packages cron
COPY crontab /etc/cron.d/
COPY run.sh /opt/bitnami/scripts/apache/
RUN chmod 777 /run
USER 1001
COPY phpbb /opt/bitnami/phpbb
CMD [ "/opt/bitnami/scripts/apache/run.sh" ]