feat: ruby bundle directory as volume

Bundled gems now in persistent volume, dramaticaly increasing service boot.
This commit is contained in:
Winston Smith 2024-01-08 22:17:43 +01:00
parent f55e93d9a2
commit cf76d23b16
No known key found for this signature in database
GPG Key ID: DFD784DB2A6F7A07
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ services:
- ${WWW_PORT:-4000}:4000
volumes:
- ./jekyll:/app/jekyll
- jekyll_bundle:/usr/local/bundle
volumes:
jekyll_bundle: