This commit is contained in:
史悦
2025-09-12 14:08:54 +08:00
parent 3e06ed643e
commit be30108fe4

View File

@@ -18,8 +18,9 @@ services:
ainoval:
image: ainoval/ainoval-server:latest
build:
context: ..
dockerfile: open/Dockerfile.build
# Use repo root as context so Dockerfile.build can COPY AINoval/ and AINovalServer/
context: ../..
dockerfile: deploy/open/Dockerfile.build
container_name: ainoval-server
env_file:
- ./production.env
@@ -44,4 +45,3 @@ services:
volumes:
mongo-data: