Skip to content

Instantly share code, notes, and snippets.

@alejandrociatti
Created January 25, 2019 21:25
Show Gist options
  • Save alejandrociatti/1b8478a6262e2e5e245cd55a1738e973 to your computer and use it in GitHub Desktop.
Save alejandrociatti/1b8478a6262e2e5e245cd55a1738e973 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker kill $(docker ps -q)
cd test/
echo "running tests"
julia runtests.jl && say "tests done" && cd ../ && docker build -t timeline-calc . && docker run -dit --rm -p 8080:8080 timeline-calc && say "done" && docker attach $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment