Skip to content

Commit

Permalink
Add Docker build image instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jun 29, 2019
1 parent 398aa3e commit 1188a73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ This allows to run both, Redis & MWoffliner, containers simultaneously:
```
docker-compose --file docker-compose.yml run mwoffliner
```

## Build the Docker image

Run from the repository root:
```
docker build . -f docker/Dockerfile -t openzim/mwoffliner
```

0 comments on commit 1188a73

Please sign in to comment.