push changes

This commit is contained in:
Mateusz Gruszczyński
2026-03-20 09:14:00 +01:00
parent ab411ba67c
commit 2a59c4bf3e
7 changed files with 148 additions and 27 deletions

View File

@@ -25,6 +25,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN mkdir -p instance storage/archive storage/pdf storage/backups
RUN mkdir -p db storage/archive storage/pdf storage/backups
CMD ["gunicorn", "-w", "1", "-k", "gthread", "--threads", "8", "-b", "0.0.0.0:5000", "run:app"]