Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 497 Bytes

File metadata and controls

15 lines (11 loc) · 497 Bytes

#. This repo has been archived and now lives at https://github.com/kaakaww/vuln-graphql-api

vuln-graphql-api

This fork of vulnerable-graphql-api simplifies and cleans up the Docker build for quick deployment and testing with docker-compose.

Docker Build

  • Make sure docker-compose is present on the system.
  • Set SERVER_PORT in the environment and run docker-compose up
SERVER_PORT=3000
docker-compose up