This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ajswis
/
pokemon.trade
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
63e8921534
Rami (Branch)
Tag
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
config
/
docker
/
rails-dev-entrypoint.sh
rails-dev-entrypoint.sh
94 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/sh
bundle check || bundle install
yarn check || yarn install --check-files
exec "$@"