aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
blob: 04cdaa384fbae95b37169902cd0f29f75e502d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Create Docker image to run erlang.mk tests
* clone erlang.mk repository
```
git clone https://github.com/ninenines/erlang.mk.git
cd erlang.mk
```
* in git working dir
```
docker build . -f docker/Dockerfile
```