docs: update docker build command (#384)

Co-authored-by: ハン / Han <16288797+hannoeru@users.noreply.github.com>
This commit is contained in:
Hyoban 2022-07-06 14:05:21 +08:00 committed by GitHub
parent cb6d929ff8
commit 3fb2c7d828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. First, build the vitesse image by opening the terminal in the project's root directory.
```bash ```bash
docker build . -t vitesse:latest docker buildx build . -t vitesse:latest
``` ```
Run the image and specify port mapping with the `-p` flag. Run the image and specify port mapping with the `-p` flag.