mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
developer: set the tag of the built image
Otherwise it won't show in `docker image ls` which can be confusing.
This commit is contained in:
parent
3f9b7ac809
commit
33d2622dff
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ To build Forgejo's Docker image, you need to have Docker and the Docker Buildx p
|
||||||
You can build the Docker image with:
|
You can build the Docker image with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker buildx build .
|
docker buildx build --output type=docker --tag forgejo:mybuild .
|
||||||
```
|
```
|
||||||
|
|
||||||
This will run the entire build process in a Docker container with the required dependencies.
|
This will run the entire build process in a Docker container with the required dependencies.
|
||||||
|
|
Loading…
Reference in a new issue