diff --git a/Makefile b/Makefile index e228cc0..2b114b7 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,12 @@ serve: build: echo "Not implemented yet..." -.PHONY: build \ No newline at end of file +.PHONY: build + +image: + docker build -t androiddrew/webserial:latest . +.PHONY: build + +push: + docker push androiddrew/webserial:latest +.PHONY: push \ No newline at end of file diff --git a/index.html b/index.html index d70cddf..b088702 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@

Web Serial Console

+
@@ -18,14 +19,15 @@