initialize with npm install apollo-server and graphql
docker-compose run --rm app sh -c "npm init -y && npm install apollo-server graphql"Run the container
docker-compose upAccess to http://localhost:4000/
Following tutorial: https://www.apollographql.com/docs/apollo-server/getting-started/