Add additional Dockerfiles
This commit is contained in:
parent
2e141f8949
commit
c328299c89
13 changed files with 350 additions and 37 deletions
14
apps/leafcutter/.dockerignore
Normal file
14
apps/leafcutter/.dockerignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.git
|
||||
.idea
|
||||
**/node_modules
|
||||
!/node_modules
|
||||
**/build
|
||||
**/dist
|
||||
**/tmp
|
||||
**/.env*
|
||||
**/coverage
|
||||
**/.next
|
||||
**/amigo.*.json
|
||||
**/.yalc
|
||||
**/cypress/videos
|
||||
**/cypress/screenshots
|
||||
Loading…
Add table
Add a link
Reference in a new issue