Merge pull request #856 from sbrl/patch-1

docker-entrypoint.sh: don't crash on chown errors
This commit is contained in:
Jonas Winkler 2021-04-17 13:57:14 +02:00 committed by GitHub
commit 5208e81715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 70 deletions

View file

@ -79,6 +79,7 @@ RUN cd docker \
&& mkdir /var/log/supervisord /var/run/supervisord \
&& cp supervisord.conf /etc/supervisord.conf \
&& cp docker-entrypoint.sh /sbin/docker-entrypoint.sh \
&& cp docker-prepare.sh /sbin/docker-prepare.sh \
&& chmod 755 /sbin/docker-entrypoint.sh \
&& chmod +x install_management_commands.sh \
&& ./install_management_commands.sh \