Skip to content

wandersonwhcr/docker-php-smallest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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