1
This commit is contained in:
@@ -18,8 +18,9 @@ services:
|
|||||||
ainoval:
|
ainoval:
|
||||||
image: ainoval/ainoval-server:latest
|
image: ainoval/ainoval-server:latest
|
||||||
build:
|
build:
|
||||||
context: ..
|
# Use repo root as context so Dockerfile.build can COPY AINoval/ and AINovalServer/
|
||||||
dockerfile: open/Dockerfile.build
|
context: ../..
|
||||||
|
dockerfile: deploy/open/Dockerfile.build
|
||||||
container_name: ainoval-server
|
container_name: ainoval-server
|
||||||
env_file:
|
env_file:
|
||||||
- ./production.env
|
- ./production.env
|
||||||
@@ -44,4 +45,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
mongo-data:
|
mongo-data:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user