mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-28 17:52:39 +00:00
Reduce docker image size (#394)
Reduce docker image size based on: https://cadu.dev/reduce-your-docker-images-an-example-with-ruby/
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
.bundle
|
||||
.env
|
||||
.env.*
|
||||
.git
|
||||
.gitignore
|
||||
docker-compose.*
|
||||
docker/Dockerfile
|
||||
docker/dockerfiles
|
||||
log
|
||||
storage
|
||||
public/system
|
||||
tmp
|
||||
.codeclimate.yml
|
||||
public/assets
|
||||
public/packs
|
||||
node_modules
|
||||
|
||||
Reference in New Issue
Block a user