Only include necessary files in docker image

This commit is contained in:
Christopher C. Wells 2021-04-24 14:06:50 -07:00
parent 8b26bdf323
commit 91661b8f5c
1 changed files with 16 additions and 0 deletions

16
.dockerignore Normal file
View File

@ -0,0 +1,16 @@
*
!app
!bootstrap
!config
!database
!elastic
!public
!resources
!routes
!storage
!artisan
!ATTRIBUTIONS.md
!composer.json
!composer.lock
!LICENSE
!README.md