Switch back to NPM because of yarn prod dependency issue

This commit is contained in:
FoxxMD 2023-08-18 14:32:56 -04:00
parent f277557e83
commit 9f89507ce4
6 changed files with 22312 additions and 11965 deletions

View file

@ -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