Fix Documentation

This commit is contained in:
Florian Widder 2021-01-12 14:26:16 +01:00
parent 6bc748906e
commit b0d0bb613e

View file

@ -73,7 +73,17 @@ docker build -t metube .
A Multi-Platform Docker image can be built locally: A Multi-Platform Docker image can be built locally:
```bash ```bash
# Build with tag "metube"
build-multi-platform.sh build-multi-platform.sh
# Build with tag "other_tag"
build-multi-platform.sh -t "other_tag"
# Build with tag "metube" and Upload do Docker Registry
build-multi-platform.sh -p true
# Build with tag "other_tag" and Upload do Docker Registry
build-multi-platform.sh -t "other_tag" -p true
``` ```
## Development notes ## Development notes