This commit is contained in:
+4
-4
@@ -47,7 +47,7 @@ EXPOSE 8000
|
||||
# =========================
|
||||
# Run Application
|
||||
# =========================
|
||||
CMD ["gunicorn", "core.wsgi:application", \
|
||||
"--bind", "0.0.0.0:8000", \
|
||||
"--workers", "3", \
|
||||
"--timeout", "120"]
|
||||
# =========================
|
||||
# Run Application
|
||||
# =========================
|
||||
CMD ["python", "-m", "gunicorn", "core.wsgi:application", "--bind", "0.0.0.0:8000", "--workers", "3", "--timeout", "120"]
|
||||
Reference in New Issue
Block a user