diff --git a/scripts/run_docker_prod.sh b/scripts/run_docker_prod.sh new file mode 100755 index 0000000..d5d715e --- /dev/null +++ b/scripts/run_docker_prod.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +docker stop quickchart || true +docker rm quickchart || true +docker run --name 'quickchart' -d --restart always -p 3400:3400 ianw/quickchart