new changes

This commit is contained in:
n4ze3m
2023-04-13 22:00:28 +05:30
parent e94092e7b2
commit 2c87aa3287
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ RUN pip install -r requirements.txt
COPY . .
CMD ["python", "main.py"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]