ci: docker compose for easy access
This commit is contained in:
parent
a6edf804b4
commit
c42b8e2904
11 changed files with 249 additions and 13 deletions
17
.dockerignore
Normal file
17
.dockerignore
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue