fix(): chmod path

pull/80/head
Magicalex 2021-03-16 21:24:25 +01:00
parent 92f2f98058
commit 4be15d95bd
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ RUN apk add --no-progress --no-cache \
&& setcap CAP_NET_BIND_SERVICE=+eip /usr/sbin/nginx
COPY rootfs /
RUN chmod +x /usr/local/bin/* /services/*/run /services/.s6-svscan/*
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/run /etc/s6.d/.s6-svscan/*
VOLUME /flarum/app/extensions /etc/nginx/conf.d
CMD ["/usr/local/bin/startup"]