This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ajswis
/
pokemon.trade
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9d82681391
Branches
Tags
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
config
/
docker
/
rails-entrypoint.sh
rails-entrypoint.sh
94 B
Historique
Raw
1
2
3
4
5
6
#!/bin/sh
bundle check || bundle install
yarn check || yarn install --check-files
exec "$@"