Sha256: 95ea280e506a0a141d4dd1516f00650f11f61c24e0240773ca1509374eacdfd5
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
#!/bin/sh set -e mkdir -p /app/samvera/hyrax-webapp/tmp/pids rm -f /app/samvera/hyrax-webapp/tmp/pids/* # Copy gems installed in the image to the dev bundle mkdir -p /app/bundle/ruby/$RUBY_MAJOR.0 cp -Rn /usr/local/bundle/* /app/bundle/ruby/$RUBY_MAJOR.0 bundle install # Run the command exec "$@"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.0.1 | bin/dev-entrypoint.sh |
hyrax-5.0.0 | bin/dev-entrypoint.sh |
hyrax-5.0.0.rc3 | bin/dev-entrypoint.sh |
hyrax-5.0.0.rc2 | bin/dev-entrypoint.sh |