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: 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: