xây dựng docker

This commit is contained in:
Victor Phan
2026-01-14 14:51:03 +07:00
parent a990a01ee5
commit 610c88debc
25 changed files with 1033 additions and 15 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
node_modules/
npm-debug.log
yarn-error.log
vendor/
.git
.gitignore
.gitattributes
.env
.env.*
!.env.docker
.DS_Store
Thumbs.db
*.log
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
.phpunit.result.cache
coverage/
*.sql
*.csv
*.backup
.idea/
.vscode/
*.swp
*.swo
*~