From f2b25e78c654de7d58fcb5810670b99363a68f23 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 8 Nov 2024 09:18:57 +0100 Subject: Try to fix permissions --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'entrypoint.sh') diff --git a/entrypoint.sh b/entrypoint.sh index 7914676..b80944e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,8 @@ #!/bin/sh +mkdir -p /opt/application/_runners +chmod -R 0777 /opt/application/_runners + cd /usr/local/bin/ ./dockerd-entrypoint.sh & ./httpd-foreground & -- cgit v1.2.3