This is a Dockerfile to set up a Symfony Demo application with Caddy.
This example is using this Caddy image.
docker build -t symfony-demo .
docker run -p 8000:8000 symfony-demoand then open http://localhost:8000 in your browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is a Dockerfile to set up a Symfony Demo application with Caddy.
This example is using this Caddy image.
docker build -t symfony-demo .
docker run -p 8000:8000 symfony-demoand then open http://localhost:8000 in your browser.