diff --git a/Dockerfile b/Dockerfile index 3ed6c08..7679e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM gitea/gitea:latest USER root RUN apk add --no-cache git-lfs && \ - mkdir -p /.s6-svscan /var/run/s6 /etc/s6 && \ - chmod -R 777 /.s6-svscan /var/run/s6 /etc/s6 + mkdir -p /.s6-svscan/gitea/log && \ + touch /.s6-svscan/gitea/run && \ + chmod +x /.s6-svscan/gitea/run && \ + chmod -R 777 /.s6-svscan