Updated Docker (markdown)

master
Hunter Long 2018-08-19 18:24:56 -07:00
parent 7188e7cb45
commit 75e9d33ae2
1 changed files with 1 additions and 0 deletions

@ -11,6 +11,7 @@ docker run -it -p 8080:8080 hunterlong/statup:dev
``` ```
# Cypres Testing Docker Image # 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 ```bash
docker run -it -p 8080:8080 hunterlong/statup:cypress docker run -it -p 8080:8080 hunterlong/statup:cypress
``` ```