ci: docker compose for easy access

This commit is contained in:
Syahdan 2026-05-25 13:40:09 +07:00
parent a6edf804b4
commit c42b8e2904
11 changed files with 249 additions and 13 deletions

17
.dockerignore Normal file
View file

@ -0,0 +1,17 @@
.git
.jj
node_modules
**/node_modules
.turbo
.cache
coverage
**/dist
**/build
**/*.tsbuildinfo
.env*
**/.env*
!.env.example
!**/.env.example
logs
*.log
docs