Skip to content

Latest commit

 

History

History

php

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

aniftyco/php

Lightweight Alpine Linux container with Caddy & PHP

Usage:

FROM aniftyco/php

COPY index.php /app/

Build it

docker build -t my-app .

Run it

docker run --rm -it my-app