Explorar el Código

update readme w/dockerfile instrucciones

George S. Baugh hace 5 años
padre
commit
54d718bcb3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Readme.md

+ 3 - 1
Readme.md

@@ -10,7 +10,9 @@ Deployment is currently:
 * open tmux or screen
 * `starman -p $PORT www/server.psgi`
 
-In the future, we'll make systemd service files and rpms/debs etc.
+A Dockerfile is provided for your convenience in building images based on this:
+`sudo docker build -t troglodyne:tcms`
+`sudo docker run -dp 5001:5001 troglodyne/tcms:latest starman -p 5001 www/server.psgi`
 
 The user guide is self-hosted; After you first login, hit the 'Manual' section in the backend.