php-micro-file-server/Dockerfile

3 lines
76 B
Docker

FROM php:8.2.16-cli-alpine3.19
CMD ["php", "-f", "/var/www/html/start.php"]