From 0c2d2f39a9a8a7856e64bb4339358ea1863d2c8f Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Thu, 10 Jan 2019 04:18:15 -0800 Subject: [PATCH] export groups - minor updates --- Dockerfile | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c49a4140..349d38bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,9 @@ RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \ chmod +x /usr/local/bin/sass WORKDIR /go/src/github.com/hunterlong/statping ADD . /go/src/github.com/hunterlong/statping -RUN make dep -RUN make dev-deps -RUN make install +RUN make dep && \ + make dev-deps && \ + make install # Statping :latest Docker Image FROM alpine:latest diff --git a/README.md b/README.md index 0e8576bf..698012d0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # Statping - Status Page & Monitoring Server An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. This Status Page generator allows you to use MySQL, Postgres, or SQLite on multiple operating systems. -[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hunterlong/statping) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/statup-app/general) +[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hunterlong/statping) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/statup-app/general) [![](https://images.microbadger.com/badges/image/hunterlong/statping.svg)](https://microbadger.com/images/hunterlong/statping) ## A Future-Proof Status Page Statping strives to remain future-proof and remain intact if a failure is created. Your Statping service should not be running on the same instance you're trying to monitor. If your server crashes your Status Page should still remaining online to notify your users of downtime.