This script can be used to serv a symfony application at your current work dir without the need of having php installed locally.
The only requirement is a running Docker instance.
Basic usage:
Uses 8000
as public port and my-project
as container name.
./run
Use another public port:
./run -p 8001
Use another name for container:
./run -n great-project
Further informations on configuring php command can be found at https://hub.docker.com/_/php/.