🗃️ modified: bin/entrypoint-deno.sh 🗃️

This commit is contained in:
Jason 2022-07-10 19:42:09 -04:00
parent 3636f49d4d
commit ed6315b358
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -55,7 +55,7 @@ case "$1" in
exit
;;
healthcheck)
echo 'OK'
type -P deno &>/dev/null && echo 'OK' || exit 1
;;
sh | bash | shell | /bin/sh | /bin/bash)
shift 1