mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12:34:21 -05:00
🗃️ modified: bin/entrypoint-deno.sh 🗃️
This commit is contained in:
parent
3636f49d4d
commit
ed6315b358
@ -55,7 +55,7 @@ case "$1" in
|
|||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
healthcheck)
|
healthcheck)
|
||||||
echo 'OK'
|
type -P deno &>/dev/null && echo 'OK' || exit 1
|
||||||
;;
|
;;
|
||||||
sh | bash | shell | /bin/sh | /bin/bash)
|
sh | bash | shell | /bin/sh | /bin/bash)
|
||||||
shift 1
|
shift 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user