This commit is contained in:
2023-02-09 18:11:35 -05:00
parent d069ff0bc7
commit bb3532a010
3 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
cd /app/code/rsshub
npm start
set -eu
chown -R cloudron:cloudron /app/code
echo "Start RSSHub"
exec /usr/local/bin/gosu cloudron:cloudron npm start --prefix /app/code