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:
|
||||
api:
|
||||
image: evo-ai-api:latest
|
||||
build: .
|
||||
container_name: evo-ai-api
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user