feat(docker): add Docker configuration and production environment setup
This commit is contained in:
28
.dockerignore
Normal file
28
.dockerignore
Normal file
@@ -0,0 +1,28 @@
|
||||
.git
|
||||
.github
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.production.example
|
||||
|
||||
node_modules
|
||||
vendor
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
storage/logs/*
|
||||
storage/framework/cache/data/*
|
||||
storage/framework/sessions/*
|
||||
storage/framework/views/*
|
||||
bootstrap/cache/*.php
|
||||
|
||||
tests
|
||||
coverage
|
||||
.phpunit.cache
|
||||
|
||||
Dockerfile
|
||||
docker-compose*.yml
|
||||
README.md
|
||||
Reference in New Issue
Block a user