1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 17:07:28 -06:00
paricafe/docker/misskey.sh

7 lines
105 B
Bash
Raw Normal View History

2016-12-31 13:06:46 +09:00
#!/bin/sh
redis-server --daemonize yes
mongod > /dev/null &
cd /root/misskey
npm start
tail -f /dev/null