forked from External/greenlight
GRN2-241: Switched Docker base image to Alpine (#853)
* Switched to alpine image * Switch Docker base image to alpine * Removed uneeded code * Slimmed it down even further
This commit is contained in:
committed by
farhatahmad
parent
c13a83a3f3
commit
734f7a757e
@ -13,4 +13,4 @@ Rails.application.config.assets.version = '1.0'
|
||||
# Precompile additional assets.
|
||||
# application.js, application.css, and all non-JS/CSS in the app/assets
|
||||
# folder are already added.
|
||||
Rails.application.config.assets.precompile += %w(pickr.min.js monolith.min.scss)
|
||||
Rails.application.config.assets.precompile += %w(_primary_theme.scss pickr.min.js monolith.min.scss)
|
||||
|
Reference in New Issue
Block a user