0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 11:12:39 +00:00

Add Dockerfile

This commit is contained in:
David Hudson
2016-03-19 14:40:52 -07:00
parent 4964dda3a6
commit d2bcaecce9
4 changed files with 46 additions and 1 deletions

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd /opt/apps/naturalcrit/
/usr/bin/mongod --config /etc/mongodb.conf &
gulp