Updated Docker (markdown)

master
Hunter Long 2018-08-19 18:25:08 -07:00
parent 75e9d33ae2
commit ee962d8eff
1 changed files with 1 additions and 1 deletions

@ -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 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/). 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