3 lines
88 B
Docker
3 lines
88 B
Docker
FROM php:8.3-cli-alpine3.22
|
|
|
|
ENTRYPOINT ["php", "-S", "localhost:8008", "-t", "public/"] |