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
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 \