소스 검색

update docker compose

supeng 1 개월 전
부모
커밋
038510be27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

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