Changed the run command.
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user