This commit is contained in:
riglen
2026-04-20 14:27:29 +08:00
parent 564042a8cc
commit b389b5e351
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ 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