ffs
Build and Push Docker Images / build-and-push (push) Successful in 28s

This commit is contained in:
2025-05-08 16:53:34 +02:00
parent d3888cf96e
commit 4ca113a7d7
+6
View File
@@ -9,4 +9,10 @@ fi
cd /opt/app
# If node_modules is missing, install dependencies
if [ ! -d node_modules ]; then
echo "node_modules not found, running npm ci..."
npm ci
fi
exec "$@"