From aa0ab94436ba18ecf4343b30b0008619dddb414a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Tue, 25 Oct 2022 22:49:10 +0200 Subject: [PATCH] Opravneni na /run --- .gitlab-ci.yml | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e0e873..21f43c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:20.10.9 variables: DOCKER_TLS_CERTDIR: "/certs" - BUILD_VERSION: p9 + BUILD_VERSION: p10 services: - docker:20.10.9-dind diff --git a/Dockerfile b/Dockerfile index 1e4d679..14b436c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ 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 -- GitLab