瀏覽代碼

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