Add Docker and Nginx configuration for Cloud Run deployment

This commit is contained in:
Frank John Begornia
2025-08-12 00:28:17 +08:00
parent f197490606
commit 88912ee8e3
8 changed files with 353 additions and 44 deletions

18
.dockerignore Normal file
View File

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