Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 265 Bytes

File metadata and controls

10 lines (7 loc) · 265 Bytes

Symfony Demo with FrankenPHP

This is a Dockerfile to set up a Symfony Demo application with FrankenPHP.

docker build -t symfony-demo .
docker run -p 80:80 -e SERVER_NAME=http://localhost symfony-demo

and then open http://localhost in your browser.