diff --git a/Dockerfile b/Dockerfile index 103683f..cb929f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..30cdd03 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,6 @@ +version: '3.7' +services: + signaturepdf: + build: . + ports: + - "8080:80" \ No newline at end of file