Tag edge to latest for better understanding

This commit is contained in:
Robert Schäfer 2018-11-01 22:02:42 +01:00
parent 5a844b4bfb
commit 4e13c6abe8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ minikube start
Build your Docker image, using the Minikube Docker daemon:
```sh
eval $(minikube docker-env)
docker build -t humanconnection/backend:edge .
docker build -t humanconnection/backend:latest .
```
check that the image is in Minikubes Docker registry:

View File

@ -31,7 +31,7 @@ spec:
value: "false"
- name: NEO4J_URI
value: bolt://neo4j:7687
image: humanconnection/backend:edge
image: humanconnection/backend:latest
name: backend
ports:
- containerPort: 4000