mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
2 lines
59 B
Bash
2 lines
59 B
Bash
|
|
#!/bin/sh
|
||
|
|
curl -f "http://0.0.0.0:${PORT}/health" || exit 1
|