File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,9 @@ The executor will run on `http://localhost:8000` by default.
3434
3535### Docker Build
3636
37- ** Important:** The Dockerfile must be built from the repository root, not from the ` node/ ` directory.
38-
37+ Buid and run the latest Langflow runtime node:
3938``` bash
40- # Option 1: Use the build script (recommended)
41- cd /path/to/droqflow
42- ./node/build.sh
43-
44- # Option 2: Build manually from repo root
45- cd /path/to/droqflow
46- docker build -f node/Dockerfile -t lfx-runtime-executor-node:latest .
47-
48- # Option 3: Build from node directory (use parent as context)
49- cd /path/to/droqflow/node
50- docker build -f Dockerfile -t lfx-runtime-executor-node:latest ..
39+ docker build -f Dockerfile -t lfx-runtime-executor-node:latest .
5140
5241# Run the container
5342docker run -p 8000:8000 lfx-runtime-executor-node:latest
You can’t perform that action at this time.
0 commit comments