diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index bbfce84..0000000 --- a/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM php:fpm-alpine - -COPY index.php . -COPY mtg-pdf.php . -COPY vendor vendor -COPY AllPrintings.sqlite . |