forteller-dl/Dockerfile
2022-04-18 19:34:16 +05:30

5 lines
66 B
Docker

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