Fix directory permissions

This commit is contained in:
TheMaddax 2024-12-09 14:38:28 -06:00
parent 8bf1db2730
commit 486e7f3b65

View file

@ -3,6 +3,6 @@ USER root
RUN apk add --no-cache git-lfs && \
mkdir -p /.s6-svscan /var/run/s6 && \
chown -R git:git /.s6-svscan /var/run/s6 && \
chmod -R 755 /.s6-svscan /var/run/s6
chmod -R 777 /.s6-svscan /var/run/s6
USER git