Last active
May 8, 2018 12:00
-
-
Save clungzta/1192d48e1c8bbfa9757e4c06c13cb672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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