Skip to content

Commit af88777

Browse files
authored
Chore: Revise Docker build instructions for clarity in Readme
Updated Docker build instructions in README.md.
1 parent 7f3a3f0 commit af88777

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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
5342
docker run -p 8000:8000 lfx-runtime-executor-node:latest

0 commit comments

Comments
 (0)