From a37a38c5367e480f6c27f0a8d7a415f5ed3ae99d Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 8 Jun 2020 20:33:12 -0700 Subject: :construction_worker: CI: Multi-stage build --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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: Run the latest Docker image on http://localhost:8080 ``` -docker run --rm -p 8080:80 bndw/wifi-card:latest +make run ``` -Or run the live-reload server on http://localhost:8080 +Build the Docker image + +``` +make build +``` + +Run the live-reload server on http://localhost:8080 ``` make dev -- cgit v1.2.3