Skip to content

Latest commit

 

History

History

frankenphp-symfony-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.