This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
ajswis
/
pokemon.trade
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
86c6c54329
Ramas
Etiquetas
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
config
/
docker
/
rails-dev-entrypoint.sh
rails-dev-entrypoint.sh
94 B
Histórico
Raw
1
2
3
4
5
6
#!/bin/sh
bundle check || bundle install
yarn check || yarn install --check-files
exec "$@"