diff options
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 |
