summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-05-01 16:29:57 -0700
committerGitHub <noreply@github.com>2024-05-01 16:29:57 -0700
commit655d172d6cc2a54ac13c349cdd9894fecbd8571b (patch)
tree9dca34ec67ebf2379ce691d702222c641fab8b11
parent150032ec300b9b2f6ea287d1faee061ead8d5a0d (diff)
-rw-r--r--website/content/platform/installation.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/website/content/platform/installation.md b/website/content/platform/installation.md
index 2db5639e2f6..495b44e7f2c 100644
--- a/website/content/platform/installation.md
+++ b/website/content/platform/installation.md
@@ -147,7 +147,13 @@ pip install openbb-core && pip install openbb --no-deps
OpenBB provides a `.dockerfile` on [GitHub](https://github.com/OpenBB-finance/OpenBBTerminal).
-Run the following command from the repo root to build the image:
+Run the following command to download it:
+
+```bash
+curl -o Dockerfile https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/develop/openbb_platform/api.dockerfile
+
+docker build -t openbb-platform:latest .
+```
```bash
docker build -f build/docker/api.dockerfile -t openbb-platform:latest .