Fix directory permissions
This commit is contained in:
parent
8bf1db2730
commit
486e7f3b65
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue