diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ git clone https://git.chudnick.com/pywttr-docker | |||
14 | ``` | 14 | ``` |
15 | ## build the image | 15 | ## build the image |
16 | ``` | 16 | ``` |
17 | docker build -t pywttr:latest pywttr-docker/Dockerfile | 17 | cd pywttr-docker |
18 | docker build -t pywttr:latest . | ||
18 | ``` | 19 | ``` |
19 | ## run the container | 20 | ## run the container |
20 | ``` | 21 | ``` |