chore(docker): add image tag for API service in docker-compose
This commit is contained in:
parent
ecdd0cc917
commit
16df8a9a1b
@ -2,6 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
|
image: evo-ai-api:latest
|
||||||
build: .
|
build: .
|
||||||
container_name: evo-ai-api
|
container_name: evo-ai-api
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user