diff --git a/Docker.md b/Docker.md index 70da330..abe0033 100644 --- a/Docker.md +++ b/Docker.md @@ -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 ``` +# Cypres Testing Docker Image +```bash +docker run -it -p 8080:8080 hunterlong/statup:cypress +``` + #### Or use Docker Compose This Docker Compose file inlcudes NGINX, Postgres, and Statup.