Updated Docker (markdown)

master
Hunter Long 2018-08-19 18:22:10 -07:00
parent f2a4991f78
commit 7188e7cb45
1 changed files with 5 additions and 0 deletions

@ -10,6 +10,11 @@ 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
```bash
docker run -it -p 8080:8080 hunterlong/statup:cypress
```
#### Or use Docker Compose #### Or use Docker Compose
This Docker Compose file inlcudes NGINX, Postgres, and Statup. This Docker Compose file inlcudes NGINX, Postgres, and Statup.