v1.1.0 #7

Merged
last2014 merged 17 commits from develop into main 2025-12-18 14:27:13 +00:00
Showing only changes of commit 486397ebed - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ if [ -z "$UWUZU_HOST" ] || [ -z "$UWUZU_TOKEN" ] ||
fi
# Install dependencies
RUN npm ci --unsafe-perm
npm ci --unsafe-perm
# Change line break
find /app -type f -exec sed -i 's/\r$//' {} \;