docker shit

This commit is contained in:
rattatwinko
2025-06-16 22:20:38 +02:00
parent 1303078c2e
commit 682e006e0b
9 changed files with 439 additions and 35 deletions

35
.dockerignore Normal file
View File

@@ -0,0 +1,35 @@
# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Next.js build output
.next
out
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Version control
.git
.gitignore
# IDE files
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Docker files
Dockerfile
.dockerignore
manage_container.sh