mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
3d10944c94
commit
9a7cb99d89
@ -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 Minikube’s Docker registry:
|
||||
@ -36,7 +36,7 @@ check that the image is in Minikube’s 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user