Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 484 Bytes

DEBUG_ON_DOCKER_COMPOSE.md

File metadata and controls

32 lines (20 loc) · 484 Bytes

Debugging on Docker Compose

Build the image

$ pnpm docker-build

Start docker-compose

$ pnpm docker-compose-up

The required database and tables will be created and the application will be started. If you want to start only the database for development purposes, run docker-compose-up-db instead of docker-compose-up.

Stop docker-compose

$ pnpm docker-compose-down

Verification

$ pnpm verify-group-chat