Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 637 Bytes

Tales from the QA Crypt

Start the site

Development mode:

docker-compose up

Visit http://localhost:3333

Production mode:

docker-compose -f docker-compose.nginx.yml up --build

Visit http://localhost:4000

Test mode:

docker-compose -f docker-compose.test.yml up --exit-code-from tests

Notes

This project was bootstrapped with Create React App and react-todo-cypress

Helpful docker commands

List containers

docker ps

Stop container & ensure all networks are removed docker-compose down