1
0
Fork 1
mirror of https://example.com synced 2024-11-24 06:56:41 +09:00
firefish/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