fix standalone web health binding
Staging Backend Quality Gate / validate (push) Failing after 24m24s
Staging Backend Quality Gate / publish (push) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-09 19:35:41 +08:00
parent e22d4fafa4
commit e1878ed511
2 changed files with 3 additions and 1 deletions
@@ -144,6 +144,7 @@ test("railway web image uses Next standalone runtime output", () => {
);
assert.doesNotMatch(dockerfile, /COPY --from=build \/app \/app/);
assert.match(dockerfile, /WORKDIR \/app\/frontend/);
assert.match(dockerfile, /ENV NODE_ENV=production \\\n HOSTNAME=0\.0\.0\.0/);
assert.match(dockerfile, /CMD \["node", "server\.js"\]/);
assert.doesNotMatch(dockerfile, /npm start/);
});