Skip to content

Commit bf5ed18

Browse files
committed
Adding a dockerfile as a replacement for the reliance on buildpacks
1 parent 88d763e commit bf5ed18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

start.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo "Starting Mongo"
4+
mongod --fork --dbpath /vol/data/db --logpath /var/log/mongodb.log
5+
6+
echo "Starting Node"
7+
npm start

0 commit comments

Comments
 (0)