Skip to content

Commit

Permalink
Add example on how to build with Docker
Browse files Browse the repository at this point in the history
Signed-off-by: benjamin.mack <[email protected]>
  • Loading branch information
benjamin-mack-fnt committed Oct 9, 2020
1 parent 5597eb5 commit 27f200d
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 27f200d

Please sign in to comment.