Skip to content

Commit 419749f

Browse files
committed
fix(dockerfile): update healthcheck script
1 parent 1e1a7f2 commit 419749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/healthcheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const options = {
1010
host: 'localhost',
1111
port: AppConfig.PORT,
1212
timeout: 2000,
13-
path: '/healthz'
13+
path: `${AppConfig.BASE_PATH}/healthz`
1414
};
1515

1616
const request = http.request(options, (response: http.IncomingMessage) => {

0 commit comments

Comments
 (0)