Skip to content

Commit

Permalink
fix is_running to allow it to stop running
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-s committed Jan 13, 2022
1 parent bb8b224 commit 9d055b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ SH5K-20, SH3K6, SH4K6, SH5K-V13, SH5K-30, SH3K6-30, SH4K6-30, SH5.0RS, SH3.6RS,
## Building
```sh
docker build --no-cache --rm -t bohdans/sungather:latest -t bohdans/sungather:v<version> .
docker buildx --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag bohdans/sungather:latest --tag bohdans/sungather:v<version>
docker push bohdans/sungather:v<version>
docker push bohdans/sungather:latest
```
Expand Down

0 comments on commit 9d055b1

Please sign in to comment.