Fix directory permissions

This commit is contained in:
TheMaddax 2024-12-09 15:05:10 -06:00
parent 7656b73122
commit b0f71b6032

View file

@ -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