diff --git a/entrypoint.sh b/entrypoint.sh index d5fe986..67a372a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ envsubst < /usr/local/signaturepdf/config/config.ini.tpl > /usr/local/signaturep if [[ ! -z $PDF_STORAGE_PATH ]] ; then mkdir -p $PDF_STORAGE_PATH + chown www-data:www-data $PDF_STORAGE_PATH fi apache2-foreground