!#/bin/sh docker build -t graphql-api-js . docker run -p 4000:4000 --name graphql-api-js -d graphql-api-js