aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-06-08 20:33:12 -0700
committerbndw <benjamindwoodward@gmail.com>2020-06-08 20:33:12 -0700
commita37a38c5367e480f6c27f0a8d7a415f5ed3ae99d (patch)
treeb7aedbda7f2235f6a079f5321fa7e21dfec0b8a5 /README.md
parent25a045e4e0b7f6ab166d2c1936361fe77892295f (diff)
:construction_worker: CI: Multi-stage build
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 704442c..1e205dc 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,16 @@ It looks like this:
13Run the latest Docker image on http://localhost:8080 13Run the latest Docker image on http://localhost:8080
14 14
15``` 15```
16docker run --rm -p 8080:80 bndw/wifi-card:latest 16make run
17``` 17```
18 18
19Or run the live-reload server on http://localhost:8080 19Build the Docker image
20
21```
22make build
23```
24
25Run the live-reload server on http://localhost:8080
20 26
21``` 27```
22make dev 28make dev