feat: add Dockerfile and update README with Docker usage instructions
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.git
|
||||
.gitmodules
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
.worktrees
|
||||
.superpowers
|
||||
|
||||
Dockerfile
|
||||
dist
|
||||
data
|
||||
qdrant
|
||||
*.log
|
||||
__debug_bin*
|
||||
|
||||
config/config.yaml
|
||||
|
||||
node_modules
|
||||
.pnpm-store
|
||||
|
||||
web/node_modules
|
||||
web/.next
|
||||
web/out
|
||||
web/coverage
|
||||
web/tsconfig.tsbuildinfo
|
||||
web/next-env.d.ts
|
||||
web/.env*
|
||||
!web/.env.example
|
||||
Reference in New Issue
Block a user