This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
ajswis
/
pokemon.trade
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e437bb556d
Větve
Značky
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
config
/
docker
/
rails-dev-entrypoint.sh
rails-dev-entrypoint.sh
94 B
Historie
Surový
1
2
3
4
5
6
#!/bin/sh
bundle check || bundle install
yarn check || yarn install --check-files
exec "$@"