From 45c879328bbdbf04a7e8014b9fd6e459b7908295 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 25 Aug 2026 11:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WonderQ-Admin/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/WonderQ-Admin/Dockerfile b/WonderQ-Admin/Dockerfile index 41ff1e9..3565911 100644 --- a/WonderQ-Admin/Dockerfile +++ b/WonderQ-Admin/Dockerfile @@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY alembic.ini . COPY alembic ./alembic COPY app ./app -COPY data ./data EXPOSE 4000