This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
blake
/
epri-vtn_custom
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
cd8eb69881
Branches
Tags
PROD-1704
dockerify
master
epri-vtn_cus...
/
docker-initdb.sh
docker-initdb.sh
81 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e
# set -x
echo "initdb starting"
rake db:setup
rake db:seed