international-labour-organization / ilo_base_theme

A Drupal theme that implements the ILO Design System
Apache License 2.0
1 stars 0 forks source link

Disable caching in the dist docker image #10

Closed bashlk closed 5 months ago

bashlk commented 6 months ago

Currently the dist docker image has caching enabled so changes to the design system assets are not immediately reflected on the theme site. We should disable caching so that the site always reflects the state of the assets on the disk.

(Context: https://github.com/international-labour-organization/designsystem/pull/984)

ademarco commented 5 months ago

I'll disable caching by default since we use the images for testing and dev purposes only.