forteller-dl/Dockerfile

5 lines
64 B
Docker

FROM php:8-alpine
COPY *.php /src/
ENTRYPOINT ["/src/run.php"]