Removed tini because it seems to not work on arm devices
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m42s

This commit is contained in:
2025-06-26 09:53:18 +02:00
parent 74a4557724
commit 81fd807a71
2 changed files with 1 additions and 6 deletions

View File

@@ -32,4 +32,4 @@ fi
# Start Homebrewery
echo "Starting Homebrewery..."
exec /tini -s -g -- node --experimental-require-module "$@" server.js
exec /usr/local/bin/npm start "$@"