fix: include static for font
Build & Push Docker Image (Backend) / build (push) Successful in 1m56s

This commit is contained in:
Flook
2026-04-26 18:42:10 +07:00
parent 34e0fa8d71
commit f7c48ea30f
7 changed files with 45 additions and 17 deletions
+4 -4
View File
@@ -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"]