Skip to content

Commit 71fe9c7

Browse files
committed
docker instruction fix
1 parent 5491dc5 commit 71fe9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ It is possible to use omorfi with a ready-made docker container, there is a
102102
Dockerfile in `src/docker/Dockerfile` for that.
103103

104104
```
105-
docker build -t omorfi Dockerfile
106-
docker run -it omorfi bash
105+
docker build -t "omorfi:Dockerfile" .
106+
docker run -it "omorfi:Dockerfile" bash
107107
```
108108

109109
## Usage

0 commit comments

Comments
 (0)