mirror of
https://git.coop/cotech/website.git
synced 2024-12-04 03:13:09 +00:00
Necessary to get the application up and running locally
Was encountering a problem with the bundler version Used the solution here: https://stackoverflow.com/questions/47026174/find-spec-for-exe-cant-find-gem-bundler-0-a-gemgemnotfoundexception Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
This commit is contained in:
parent
baae89baf0
commit
4f27c1274b
@ -17,6 +17,7 @@ services:
|
|||||||
BUNDLE_PATH: /vendor
|
BUNDLE_PATH: /vendor
|
||||||
command: >
|
command: >
|
||||||
sh -c '
|
sh -c '
|
||||||
|
gem update --system &&
|
||||||
bundle &&
|
bundle &&
|
||||||
bundle exec jekyll build --destination /site --watch
|
bundle exec jekyll build --destination /site --watch
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user