Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

Build docker image

From the git-root:

docker build -t vergunningcheck-graphql -f ci/Dockerfile.graphql .
docker run -p 4000:8080 -e DISABLE_REDIS=1 vergunningcheck-graphql
docker build -t vergunningcheck-client -f ci/Dockerfile.client --build-arg=REACT_APP_GRAPHQL_API_URL=http://localhost:4000/graphql .
docker run -e NAMESERVER=127.0.0.1 -p 8080:80 vergunningcheck-client