Skip to content

Commit

Permalink
Add docker prod run script
Browse files Browse the repository at this point in the history
  • Loading branch information
typpo committed Aug 8, 2019
1 parent 299ef8e commit 19ff978
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run_docker_prod.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 19ff978

Please sign in to comment.