Add helpful startup script for docker container

Not actually adding this to the container yet. Want to make sure
@matburt is okay with that first.
This commit is contained in:
Joe Fiorini 2015-05-11 12:56:47 -04:00
parent 4497b2cfba
commit 581cff1a6f

View File

@ -0,0 +1,8 @@
#!/bin/bash
/etc/init.d/postgresql start
/etc/init.d/redis-server start
#nohup mongod --smallfiles &
(cd /tower_devel && make server &&
/bin/bash)