Add Docker and Nginx configuration for Cloud Run deployment
This commit is contained in:
18
.dockerignore
Normal file
18
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user