fix(crond): Problems with Docker, Alpine and Crond (it doesn't start)

This commit is contained in:
2022-10-10 21:27:12 +02:00
parent 40c0654a08
commit 28cadc2cf4
4 changed files with 3 additions and 3 deletions

5
startup Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
UTILISATEUR=${UTILISATEUR:-1000}
/opt/rawdog/bin/rawdog -d /opt/rawdog/config -uw && chown ${UTILISATEUR} /opt/rawdog/public -R || exit 1