feat: add Docker support with Dockerfile and docker-compose configuration
This commit is contained in:
+21
-1
@@ -1,13 +1,33 @@
|
||||
.git
|
||||
.github
|
||||
.next
|
||||
.next-dev
|
||||
.next/cache
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
.env
|
||||
.env.*
|
||||
deploy-packages
|
||||
output
|
||||
data
|
||||
media
|
||||
files
|
||||
videos
|
||||
public
|
||||
docs
|
||||
*.md
|
||||
*.dump
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
cloudflare/.wrangler
|
||||
cloudflare
|
||||
.wrangler
|
||||
.claude
|
||||
.playwright-cli
|
||||
.tmp
|
||||
.turbo
|
||||
tsconfig.tsbuildinfo
|
||||
tmp-*
|
||||
**/.DS_Store
|
||||
**/._*
|
||||
__MACOSX
|
||||
src/seed/raw
|
||||
|
||||
Reference in New Issue
Block a user