aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a658b10..c1860ed 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,8 @@ git clone https://git.chudnick.com/pywttr-docker
14``` 14```
15## build the image 15## build the image
16``` 16```
17docker build -t pywttr:latest pywttr-docker/Dockerfile 17cd pywttr-docker
18docker build -t pywttr:latest .
18``` 19```
19## run the container 20## run the container
20``` 21```