From 530f1878cca183751f6fdc718572cc4ce72ed8e2 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Fri, 1 Dec 2017 11:22:25 -0500 Subject: [PATCH] moved to docnow dockerhub --- Makefile | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..528a882 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +publish: + docker build . --tag docnow/unshrtn + docker push docnow/unshrtn + + diff --git a/README.md b/README.md index 12eea92..adb4b30 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ for the page including: The easiest way to get *unshrtn* up and running is with [Docker]. - docker run -p 3000:3000 edsu/unshrtn + docker run -p 3000:3000 docnow/unshrtn You can also install it with [npm]: