feat: ruby bundle directory as volume
Bundled gems now in persistent volume, dramaticaly increasing service boot.
This commit is contained in:
parent
f55e93d9a2
commit
cf76d23b16
@ -12,3 +12,7 @@ services:
|
|||||||
- ${WWW_PORT:-4000}:4000
|
- ${WWW_PORT:-4000}:4000
|
||||||
volumes:
|
volumes:
|
||||||
- ./jekyll:/app/jekyll
|
- ./jekyll:/app/jekyll
|
||||||
|
- jekyll_bundle:/usr/local/bundle
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
jekyll_bundle:
|
||||||
|
Loading…
Reference in New Issue
Block a user