Skip to content

Commit 73135b2

Browse files
authored
modify readMe bug (#2542)
* modify readMe bug * modify readMe bug v1.0
1 parent 36eab78 commit 73135b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/dev/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ code of SQLFlow.
77

88
## Build the DevBox Image
99

10-
In this directory, run the following command.
10+
In the root directory of this project, run the following command.
1111

1212
```bash
13-
docker build -t sqlflow:dev .
13+
docker build -t sqlflow:dev -f docker/dev/Dockerfile .
1414
```
1515

1616
## Build SQLFlow from Source Code

0 commit comments

Comments
 (0)