Skip to content

Commit

Permalink
Merge pull request #6 from quarkie/master
Browse files Browse the repository at this point in the history
Add example on how to build with Docker
  • Loading branch information
robertoaloi authored Oct 21, 2020
2 parents 5597eb5 + 27f200d commit 37b74c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ Usage: bec [-h] [-c [<config>]] [-r [<repo_config>]]
```

### Build with Docker

```bash
docker run --rm --name erlangbuilder -v ${PWD}:/bec -w=/bec erlang rebar3 escriptize
```

## Sample BitBucket Configuration

Set BitBucket url and credentials in `bitbucket.config`:
Expand Down

0 comments on commit 37b74c0

Please sign in to comment.