Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 176 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 176 Bytes

get started

# start the server and database
docker compose up

# for logs
docker compose logs app -f

# for stopping the server and database
docker compose down