Some launch changes and configuration changes to the Dockerfile

This commit is contained in:
Matthew Jones
2015-06-05 11:18:27 -04:00
parent 4d2fba15ab
commit a8d75783a3
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
/etc/init.d/postgresql start
/etc/init.d/redis-server start
nohup mongod &
/bin/bash