v3.0.1 update: Gunicorn and og meta tags
This commit is contained in:
@ -2,4 +2,4 @@ FROM python:3.10-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python","app.py"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
|
Reference in New Issue
Block a user