mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 13:41:21 +00:00
Switch back to NPM because of yarn prod dependency issue
This commit is contained in:
parent
f277557e83
commit
9f89507ce4
6 changed files with 22312 additions and 11965 deletions
|
|
@ -4,5 +4,6 @@
|
|||
|
||||
# NODE_ARGS can be passed by ENV in docker command like "docker run foxxmd/multi-scrobbler -e NODE_ARGS=--optimize_for_size"
|
||||
echo -e "\nmulti-scrobbler is starting!"
|
||||
cd /app || exit
|
||||
exec \
|
||||
s6-setuidgid abc /usr/bin/node $NODE_ARGS /app/src/index.js run
|
||||
s6-setuidgid abc /usr/bin/node $NODE_ARGS /app/build/server.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue