mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
Merge branch 'master' of github.com:24eme/signaturepdf
This commit is contained in:
commit
26aac0af94
@ -1,4 +1,4 @@
|
||||
FROM php:7.4-apache
|
||||
FROM php:8.2-apache
|
||||
|
||||
ENV SERVERNAME=localhost
|
||||
ENV UPLOAD_MAX_FILESIZE=24M
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user