diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-06-08 20:33:12 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-06-08 20:33:12 -0700 |
| commit | a37a38c5367e480f6c27f0a8d7a415f5ed3ae99d (patch) | |
| tree | b7aedbda7f2235f6a079f5321fa7e21dfec0b8a5 /README.md | |
| parent | 25a045e4e0b7f6ab166d2c1936361fe77892295f (diff) | |
:construction_worker: CI: Multi-stage build
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -13,10 +13,16 @@ It looks like this: | |||
| 13 | Run the latest Docker image on http://localhost:8080 | 13 | Run the latest Docker image on http://localhost:8080 |
| 14 | 14 | ||
| 15 | ``` | 15 | ``` |
| 16 | docker run --rm -p 8080:80 bndw/wifi-card:latest | 16 | make run |
| 17 | ``` | 17 | ``` |
| 18 | 18 | ||
| 19 | Or run the live-reload server on http://localhost:8080 | 19 | Build the Docker image |
| 20 | |||
| 21 | ``` | ||
| 22 | make build | ||
| 23 | ``` | ||
| 24 | |||
| 25 | Run the live-reload server on http://localhost:8080 | ||
| 20 | 26 | ||
| 21 | ``` | 27 | ``` |
| 22 | make dev | 28 | make dev |
