Skip to content

Commit

Permalink
Merge pull request #12 from dragonchaser/add_arm_for_autobuild
Browse files Browse the repository at this point in the history
fix readme for docker on arm32v7
  • Loading branch information
dragonchaser authored Oct 12, 2020
2 parents 9f0f8e6 + 90a6129 commit 273f41f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ To start the server, run `ruby app.rb` To view the interface, navigate to `local

## Docker

### x86_64

```
$> docker run -p4567:4567 dragonchaser/maptool:latest
```
### arm32v7

```
$> docker run -p4567:4567 dragonchaser/maptool:latest-arm32v7
```


### Build

Expand Down

0 comments on commit 273f41f

Please sign in to comment.