This commit is contained in:
2026-01-05 01:04:30 +00:00
parent 40a75959db
commit 9c7ba65c32

View File

@@ -10,6 +10,7 @@ WORKDIR /app
COPY migrator.py mapping.yaml app.py requirements.txt ./
COPY templates ./templates
COPY static ./static
RUN pip install --no-cache-dir -r requirements.txt gunicorn