rails-entrypoint.sh 94 B

123456
  1. #!/bin/sh
  2. bundle check || bundle install
  3. yarn check || yarn install --check-files
  4. exec "$@"