Changed the run command back.

This commit is contained in:
2025-04-04 21:54:07 +03:00
parent bcea2ad727
commit 1798d559cf

View File

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