Implement native public edge cutover
This commit is contained in:
parent
d589858c03
commit
bdb9d9a95a
29 changed files with 1215 additions and 31 deletions
23
deployment/docker/.dockerignore
Normal file
23
deployment/docker/.dockerignore
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.git
|
||||
.github
|
||||
.DS_Store
|
||||
.bun
|
||||
.tmp
|
||||
node_modules
|
||||
dist
|
||||
coverage
|
||||
logs
|
||||
apps/web/.next
|
||||
.env
|
||||
.env.*
|
||||
session-ses_*.md
|
||||
token-usage-output.txt
|
||||
signal-cli-*.tar.gz
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.zip
|
||||
__pycache__
|
||||
.pytest_cache
|
||||
!.env.example
|
||||
!**/.env.example
|
||||
Loading…
Add table
Add a link
Reference in a new issue