no need for dockerignore

This commit is contained in:
Nemo 2022-04-18 19:34:16 +05:30
parent 5c0cfc2f8c
commit 913e8ab691
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
config.php
Gloomhaven/
Jaws of the Lion/
config.php

View File

@ -1,5 +1,5 @@
FROM php:8-alpine
COPY *.php /src/
COPY run.php /src/
ENTRYPOINT ["/src/run.php"]