Skip to content

Latest commit

 

History

History

nginx-symfony-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Symfony Demo with Nginx

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

This example is using this Nginx image.

docker build -t symfony-demo .
docker run -p 8000:8000 symfony-demo

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