forteller-dl/Dockerfile

5 lines
66 B
Docker

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