This commit is contained in:
2026-03-25 15:43:00 +03:30
parent eb30251362
commit 2846db1647
9 changed files with 325 additions and 60 deletions
+2
View File
@@ -38,8 +38,10 @@ RUN pip config --user set global.index-url https://package-mirror.liara.ir/repos
RUN pip install -r requirements.txt
COPY entrypoint.sh /app/entrypoint.sh
COPY . .
EXPOSE 8000
ENTRYPOINT ["sh", "/app/entrypoint.sh"]
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8000"]