1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

Merge pull request #68 from gregoryb/master

Fix Call to undefined function bindtextdomain()
This commit is contained in:
Vincent LAURENT 2023-09-20 12:38:37 +02:00 committed by GitHub
commit 9fa733296f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@ ENV PDF_DEMO_LINK=true
RUN apt update && \
apt install -y gettext-base librsvg2-bin pdftk imagemagick potrace && \
docker-php-ext-install gettext && \
rm -rf /var/lib/apt/lists/*
COPY . /usr/local/signaturepdf

6
compose.yaml Normal file
View file

@ -0,0 +1,6 @@
version: '3.7'
services:
signaturepdf:
build: .
ports:
- "8080:80"