Skip to content

Production Vibes Only 🔥

Omar Toutounji edited this page Jun 21, 2019 · 5 revisions

Ensure you are in prostatecancer.ai directory

  1. docker kill $(docker ps -q) - kills docker containers aka stops app
  2. git pull - get latest changes from github
  3. cd models - change directory to models folder
  4. docker-compose build - build what's in models folder
  5. docker-compose up -d - run what's in models folder
  6. cd ../ - change directory to parent directory aka go back to main folder
  7. docker-compose build - build what's in main directory aka all of the app

Step 7 will take a long time, it's okay.

  1. docker-compose up -d - run the app
Clone this wiki locally