Fix: entrypoint command

This commit is contained in:
2025-12-18 22:34:32 +09:00
parent f148077697
commit 486397ebed
+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$//' {} \;