docker build setup

This commit is contained in:
2024-12-24 03:23:58 -08:00
parent 7b3c45d845
commit c734b445a8
9 changed files with 126 additions and 27 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# SQLite
*.db
# Git
/.git
# IntelliJ
/.idea
# Bruno (API Docs)
/bruno