Revert "面板"

This reverts commit b389b5e351.
This commit is contained in:
riglen
2026-04-20 14:42:15 +08:00
parent b389b5e351
commit 7c7c233a2a
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ RUN pip install --no-cache-dir --upgrade pip && \
COPY app /app/app
COPY config /app/config
COPY templates /app/templates
COPY .env.example /app/.env.example
EXPOSE 18080