chore(docker): add docker support
This commit is contained in:
34
.dockerignore
Normal file
34
.dockerignore
Normal file
@@ -0,0 +1,34 @@
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.github
|
||||
.editorconfig
|
||||
|
||||
*.md
|
||||
LICENSE*
|
||||
SECURITY*
|
||||
TRADEMARKS*
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
docker-compose*.yml
|
||||
Dockerfile*
|
||||
|
||||
vendor/
|
||||
node_modules/
|
||||
|
||||
storage/logs/*
|
||||
storage/framework/cache/*
|
||||
storage/framework/sessions/*
|
||||
storage/framework/views/*
|
||||
storage/app/*
|
||||
bootstrap/cache/*
|
||||
|
||||
tests/
|
||||
phpunit.xml
|
||||
.phpunit*
|
||||
|
||||
*.log
|
||||
*.cache
|
||||
Reference in New Issue
Block a user