Browse Source

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.
pull/22/head
Daniel Gibbs 2 years ago
parent
commit
a6d127aa2f
  1. 2
      entrypoint-healthcheck.sh

2
entrypoint-healthcheck.sh

@ -1,2 +1,2 @@
#!/bin/bash
exec gosu ${USERNAME} /linuxgsm/*server monitor || exit 1
exec gosu ${USERNAME} /app/*server monitor || exit 1

Loading…
Cancel
Save