Explorar el Código

add docker deployment script

George S. Baugh hace 5 años
padre
commit
86365efc33
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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