✨
This commit is contained in:
parent
63b49a43cf
commit
acf938eb51
2 changed files with 7 additions and 6 deletions
6
docker/misskey.sh
Normal file
6
docker/misskey.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
redis-server --daemonize yes
|
||||
mongod > /dev/null &
|
||||
cd /root/misskey
|
||||
npm start
|
||||
tail -f /dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue