Changed the run command.

This commit is contained in:
2025-04-04 20:35:11 +03:00
parent b45a0e7086
commit 9cd9af8a67

View File

@@ -34,4 +34,4 @@ RUN chown -R appuser:appuser /app
USER appuser USER appuser
CMD ["bash", "/app/scripts/run.sh"] CMD ["uvicorn", "main:app", "--host", "$API_HOST", "--port", "$API_PORT"]