Skip to content

Instantly share code, notes, and snippets.

@clungzta
Last active May 8, 2018 12:00
Show Gist options
  • Select an option

  • Save clungzta/1192d48e1c8bbfa9757e4c06c13cb672 to your computer and use it in GitHub Desktop.

Select an option

Save clungzta/1192d48e1c8bbfa9757e4c06c13cb672 to your computer and use it in GitHub Desktop.
sudo docker build --build-arg CACHEBUST=$(date +%s) -t judgement_ai . && sudo docker kill $(sudo docker ps -q) ; sudo docker run -p 127.0.0.1:5000:5000 -p 127.0.0.1:6006:6006 -t judgement_ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment