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

Opravneni na /run

parent 6376f585
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ image: docker:20.10.9 ...@@ -2,7 +2,7 @@ image: docker:20.10.9
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p9 BUILD_VERSION: p10
services: services:
- docker:20.10.9-dind - docker:20.10.9-dind
......
...@@ -5,6 +5,7 @@ USER 0 ...@@ -5,6 +5,7 @@ USER 0
RUN install_packages cron RUN install_packages cron
COPY crontab /etc/cron.d/ COPY crontab /etc/cron.d/
COPY run.sh /opt/bitnami/scripts/apache/ COPY run.sh /opt/bitnami/scripts/apache/
RUN chmod 777 /run
USER 1001 USER 1001
COPY phpbb /opt/bitnami/phpbb COPY phpbb /opt/bitnami/phpbb
......
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