Update README.md

path corrections to have no problem copy pasting (had commands with a . at the end that could hardly be seen)
This commit is contained in:
mcwimpy 2018-11-14 17:58:40 +01:00 committed by GitHub
parent 3d10944c94
commit 9a7cb99d89
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 Nitro-Backend/
docker build -t humanconnection/neo4j:latest -f Nitro-Backend/Dockerfile.neo4j Nitro-Backend/
```
check that the image is in Minikubes Docker registry:
@ -36,7 +36,7 @@ check that the image is in Minikubes Docker registry:
minikube ssh docker images
```
Now change into directory kubernetes and create services and deployments:
Now change into directory Nitro-Backend/kubernetes and create services and deployments:
```sh
cd kubernetes