1
0
Fork 1
mirror of https://example.com synced 2024-11-24 00:46:38 +09:00
firefish/docker/misskey.sh
Aya Morisawa acf938eb51
2016-12-31 13:06:52 +09:00

6 lines
105 B
Bash

#!/bin/sh
redis-server --daemonize yes
mongod > /dev/null &
cd /root/misskey
npm start
tail -f /dev/null