Skip to content

Commit

Permalink
add helper scripts for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrcho committed Mar 10, 2015
1 parent 5d83f7e commit 411525b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker build -t extreme_startup .
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker run -d -p 80:3000 extreme_startup
3 changes: 3 additions & 0 deletions warmup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker run -d -p 80:3000 -e WARMUP=1 extreme_startup

0 comments on commit 411525b

Please sign in to comment.