Sfoglia il codice sorgente

add docker deployment script

George S. Baugh 5 anni fa
parent
commit
86365efc33
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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