mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
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:
2
build/docker/platformAPI.Dockerfile
vendored
2
build/docker/platformAPI.Dockerfile
vendored
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user