-
Notifications
You must be signed in to change notification settings - Fork 43
Production Vibes Only 🔥
Omar Toutounji edited this page Jun 21, 2019
·
5 revisions
-
docker kill $(docker ps -q)
- kills docker containers aka stops app -
git pull
- get latest changes from github -
cd models
- change directory tomodels
folder -
docker-compose build
- build what's in models folder -
docker-compose up -d
- run what's in models folder -
cd ../
- change directory to parent directory aka go back to main folder -
docker-compose build
- build what's in main directory aka all of the app
Step 7 will take a long time, it's okay.
-
docker-compose up -d
- run the app