Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 241 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 241 Bytes

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