Ver código fonte

add docker deployment script

George S. Baugh 5 anos atrás
pai
commit
86365efc33
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      dockerdeploy.sh

+ 3 - 0
dockerdeploy.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+docker build -t troglodyne/tcms .
+docker run -dp 5000:5000 troglodyne/tcms:latest /usr/bin/starman -p 5000 www/server.psgi