fix standalone web health binding
This commit is contained in:
@@ -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/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user