Modify ENTRYPOINT in platformAPI Dockerfile (#7299)

Removed the '--login' option from the ENTRYPOINT command. As it is no longer  needed
This commit is contained in:
Dominic Meconi
2025-12-31 00:33:19 -06:00
committed by GitHub
parent 6e4e48152e
commit 98fc5ac9c6

View File

@@ -7,4 +7,4 @@ RUN pip install openbb-platform-api
EXPOSE 6900
ENTRYPOINT ["openbb-api", "--host", "0.0.0.0", "--login"]
ENTRYPOINT ["openbb-api", "--host", "0.0.0.0"]