Dockerfile 추가

This commit is contained in:
static
2024-12-28 13:05:59 +09:00
parent c00dbe7024
commit 796e4a7831
3 changed files with 64 additions and 1 deletions

31
.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
.git
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/drizzle
# OS
.DS_Store
Thumbs.db
# VSCode
/.vscode
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# SQLite
*.db