mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Add .dockerignore file
This excludes unnecessary files for production use on Docker image build.
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.dockerignore
|
||||||
|
.gitignore
|
||||||
|
*.md
|
||||||
|
.git/
|
||||||
|
.idea/
|
||||||
|
.DS_Store/
|
||||||
|
docker-compose.*
|
||||||
|
LICENSE
|
||||||
|
nginx.conf
|
||||||
|
yarn.lock
|
||||||
Reference in New Issue
Block a user