From 75e9d33ae294f59fcd944eb17023193794019425 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 19 Aug 2018 18:24:56 -0700 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker.md b/Docker.md index abe0033..2b988e4 100644 --- a/Docker.md +++ b/Docker.md @@ -11,6 +11,7 @@ docker run -it -p 8080:8080 hunterlong/statup:dev ``` # Cypres Testing Docker Image +This Docker image will pull the latest version of Statup and test the web interface with [Cypress](https://www.cypress.io/). ```bash docker run -it -p 8080:8080 hunterlong/statup:cypress ```