diff --git a/entrypoint.sh b/entrypoint.sh index e3c1cfe..83d2df8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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$//' {} \;