Skip to content

Commit a6d127a

Browse files
committed
fix: update server path in entrypoint healthcheck script
The server path in the entrypoint healthcheck script has been updated to "/app/*server" to ensure proper monitoring.
1 parent ac418e4 commit a6d127a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint-healthcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
exec gosu ${USERNAME} /linuxgsm/*server monitor || exit 1
2+
exec gosu ${USERNAME} /app/*server monitor || exit 1

0 commit comments

Comments
 (0)