feat(Docker): Premiers essais pour Docker

This commit is contained in:
2022-09-30 00:32:19 +02:00
parent c94a04381d
commit 4dafa8b96d
5 changed files with 163 additions and 1 deletions

5
hourly Executable file
View File

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