aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-10 07:34:25 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-10 07:34:25 -0400
commita7b391f1e13d83f3b0b508707a5bbf3a730170fa (patch)
tree817291aa352015372e1ff51488c4beab055cefad
parentc811af252a46010dccae5c5778d64c45cf47d332 (diff)
Fix README
-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```