Skip to content

Commit

Permalink
Merge pull request #20 from wvolz/weewx411fix
Browse files Browse the repository at this point in the history
Fix ordering of build command in readme
  • Loading branch information
felddy authored Sep 21, 2020
2 parents 2cbd7b0 + 5177d82 commit a52183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ git clone https://github.com/felddy/weewx-docker.git
cd weewx-docker
docker buildx build \
--platform linux/amd64 \
--build-arg VERSION=4.1.1 \
--output type=docker \
--tag felddy/weewx .
--build-arg VERSION=4.1.1 \
```

## Debugging ##
Expand Down

0 comments on commit a52183c

Please sign in to comment.