add Docker configuration files and deployment guide

This commit is contained in:
Frank John Begornia
2025-12-12 01:06:06 +08:00
parent 382e68769e
commit b5443ddcee
5 changed files with 281 additions and 0 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
.git
.gitignore
.env
vendor
node_modules
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
tests
.editorconfig
.phpunit.result.cache
phpunit.xml
readme.md
docker-compose.yml
Dockerfile
.dockerignore