Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 198 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 198 Bytes

docker-php-smallest

The Smallest Docker PHP Image 2.32MB

TL;DR

FROM wandersonwhcr/php-smallest

COPY ./index.php ./

CMD ["-S", "0.0.0.0:8000", "index.php"]

EXPOSE 8000