Fix npm environment format to array
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-13 11:43:06 +00:00
parent ccd1fbc52f
commit d87429f98d

View File

@@ -20,9 +20,9 @@
"containerPort": 81 "containerPort": 81
} }
], ],
"environment": { "environment": [
"DISABLE_IPV6": "true" {"key": "DISABLE_IPV6", "value": "true"}
}, ],
"volumes": [ "volumes": [
{ {
"hostPath": "${APP_DATA_DIR}/data", "hostPath": "${APP_DATA_DIR}/data",