push changes
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user