@@ -16,7 +16,7 @@ services:
new-api:
build:
context: .
- dockerfile: Dockerfile.backend-only # 使用仅构建后端的 Dockerfile,避免前端构建 OOM
+ dockerfile: Dockerfile
container_name: new-api
restart: always
command: --log-dir /app/logs