mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Tag edge to latest for better understanding
This commit is contained in:
parent
5a844b4bfb
commit
4e13c6abe8
@ -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 Minikube’s Docker registry:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user