This commit is contained in:
Aya Morisawa
2016-12-31 13:06:46 +09:00
parent 63b49a43cf
commit acf938eb51
2 changed files with 7 additions and 6 deletions

6
docker/misskey.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
redis-server --daemonize yes
mongod > /dev/null &
cd /root/misskey
npm start
tail -f /dev/null