Fix directory permissions

This commit is contained in:
TheMaddax 2024-12-09 15:04:01 -06:00
parent 78eae9643c
commit 7656b73122

View file

@ -1,5 +1,6 @@
FROM gitea/gitea:latest
USER root
RUN apk add --no-cache git-lfs
# Stay as root for debugging
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