From ee962d8eff2bf82a5e9395c4af522816ceae2166 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 19 Aug 2018 18:25:08 -0700 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 2b988e4..22792f6 100644 --- a/Docker.md +++ b/Docker.md @@ -10,7 +10,7 @@ If you want to run Statup that was build from the source, use the `dev` Docker i docker run -it -p 8080:8080 hunterlong/statup:dev ``` -# Cypres Testing Docker Image +# Cypress 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