Skip to content

Commit

Permalink
docker instruction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 18, 2024
1 parent 5491dc5 commit 71fe9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ It is possible to use omorfi with a ready-made docker container, there is a
Dockerfile in `src/docker/Dockerfile` for that.

```
docker build -t omorfi Dockerfile
docker run -it omorfi bash
docker build -t "omorfi:Dockerfile" .
docker run -it "omorfi:Dockerfile" bash
```

## Usage
Expand Down

0 comments on commit 71fe9c7

Please sign in to comment.