Update README.md

correcting little typo
This commit is contained in:
mcwimpy 2018-11-14 17:43:45 +01:00 committed by GitHub
parent d5895bfaca
commit 3d10944c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Build Docker images, using the Minikube Docker daemon:
```sh
eval $(minikube docker-env)
docker build -t humanconnection/backend:latest Nitro-Backend/
docker build -t humanconnection/neo4j:latest -f Dockerfile.neo4j
docker build -t humanconnection/neo4j:latest -f Dockerfile.neo4j Nitro-Backend/
```
check that the image is in Minikubes Docker registry: