feat: add docker deployment configuration (#311)

This commit is contained in:
Gustavo Mota 2025-05-08 22:25:57 -03:00 committed by GitHub
parent a537eaad7b
commit 533e00d4ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 0 deletions

33
.dockerignore Normal file
View file

@ -0,0 +1,33 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
dev-dist
*.local
.env
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Git
.gitignore
#Docker files
docker-compose.yml
Dockerfile