scripts/build.sh in
metatron-0.1.0
vs scripts/build.sh in
metatron-0.1.1
- old
+ new
@@ -1,3 +1,6 @@
#!/bin/sh
-docker build -t metatron:local .
+gem install bundler
+bundle install --jobs=4
+rm -rf pkg/*.gem
+bundle exec rake build