On a fresh checkout, $ rake docker:update reports the following error: docker-compose run --entrypoint 'bash -c "rake docker:scaffold; git pull; rake update"' web rake aborted! LoadError: cannot load such file -- wunderbar /srv/whimsy/lib/whimsy/asf/ldap.rb:34:in `<top (required)>' /srv/whimsy/rakefile:86:in `block in <top (required)>' /var/lib/gems/2.5.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' Tasks: TOP => docker:scaffold => config (See full trace by running task with --trace)
However the rake task continues. Perhaps the entrypoint should be changed to: 'bash -c "rake docker:scaffold && git pull &&rake update"