This fork of vulnerable-graphql-api simplifies and cleans up the Docker build for quick deployment and testing with docker-compose.
- Make sure docker-compose is present on the system.
- Set
SERVER_PORT
in the environment and rundocker-compose up
export SERVER_PORT=3000
docker-compose up