This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
ajswis
/
pokemon.trade
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
6d50f36989
Branches
Tags
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
config
/
docker
/
rails-dev-entrypoint.sh
rails-dev-entrypoint.sh
94 B
Lịch sử
Raw
1
2
3
4
5
6
#!/bin/sh
bundle check || bundle install
yarn check || yarn install --check-files
exec "$@"