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:
@@ -6,7 +6,8 @@ services:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile
|
||||
args:
|
||||
BUNDLE_WITHOUT: ''
|
||||
BUNDLE_WITHOUT: 'development:test'
|
||||
EXECJS_RUNTIME: Disabled
|
||||
RAILS_ENV: 'production'
|
||||
RAILS_SERVE_STATIC_FILES: 'true'
|
||||
image: chatwoot:latest
|
||||
|
||||
Reference in New Issue
Block a user