Fix: entrypoint command
This commit is contained in:
+1
-1
@@ -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$//' {} \;
|
||||
|
||||
Reference in New Issue
Block a user