Skip to content

Commit

Permalink
docs: update docker build command (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: ハン / Han <16288797+hannoeru@users.noreply.github.com>
  • Loading branch information
hyoban and hannoeru committed Jul 6, 2022
1 parent cb6d929 commit 3fb2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -196,7 +196,7 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along
First, build the vitesse image by opening the terminal in the project's root directory.

```bash
docker build . -t vitesse:latest
docker buildx build . -t vitesse:latest
```

Run the image and specify port mapping with the `-p` flag.
Expand Down

0 comments on commit 3fb2c7d

Please sign in to comment.