Skip to content

Commit 8312773

Browse files
committed
fix readme dockerfile syntax on example
1 parent a0ab4c7 commit 8312773

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ Build the image using the following command
6262
docker build -t start-ui-web .
6363
```
6464
Then, you can run it with this example command:
65-
6665
```bash
67-
And now you can use this command example to run it `docker run -d --network start-ui-web_default -p 3000:3000 --name start-ui-web-container start-ui-web`
66+
docker run -d --network start-ui-web_default -p 3000:3000 --name start-ui-web-container start-ui-web
6867
```
6968

69+
> [!NOTE]
70+
> The network name `start-ui-web_default` is created by Docker Compose when you run `pnpm dk:start`. If you're running Docker without Docker Compose, use `--network bridge` or omit the `--network` flag.
71+
7072
During the build process, it automatically uses your project’s .env file.
7173

7274

0 commit comments

Comments
 (0)