Download the Docker Image at https://hub.docker.com/r/gusdecool/symfony
TODO to be written
Install Symfony, ideally use LTS version. The current LTS version is 6.4.x.
docker run -it --rm -v "$(pwd)/symfony:/app" composer create-project "symfony/skeleton:6.4.*" /appBuild the docker image with command
make php83-buildThen test run the container
make php83-runOpen in browser http://localhost:6000 to make sure it works as expected