Migrate: /app change line break
This commit is contained in:
@@ -8,6 +8,12 @@ if [ -z "$UWUZU_HOST" ] || [ -z "$UWUZU_TOKEN" ] ||
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci --unsafe-perm
|
||||
|
||||
# Change line break
|
||||
find /app -type f -exec sed -i 's/\r$//' {} \;
|
||||
|
||||
# Create config.json
|
||||
cat <<EOF > /app/config.json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user