add Docker configuration files and deployment guide
This commit is contained in:
18
.dockerignore
Normal file
18
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user