commit | 8cd50eecd512d24689718ca0e61ab6c4c6df3005 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sat Jun 24 15:35:16 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Sat Jul 01 15:41:48 2023 +0000 |
tree | ec071042312342bd719ddcf378048505027c9996 | |
parent | 4de46d1dcffab190f0c41db45592a0defe58d69f [diff] [blame] |
Add basic simpleid configuration
diff --git a/simpleid/Dockerfile.entrypoint b/simpleid/Dockerfile.entrypoint new file mode 100644 index 0000000..f98185b --- /dev/null +++ b/simpleid/Dockerfile.entrypoint
@@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +chown -R www-data:www-data /var/cache/simpleid/ +chown -R www-data:www-data /var/lib/simpleid/ +chown -R www-data:www-data /var/log/ + +exec docker-php-entrypoint php-fpm "$@"