mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
Merge pull request #856 from sbrl/patch-1
docker-entrypoint.sh: don't crash on chown errors
This commit is contained in:
commit
5208e81715
4 changed files with 74 additions and 70 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue