mirror of
				https://github.com/casjaysdevdocker/deno
				synced 2025-11-04 01:02:42 -05:00 
			
		
		
		
	🗃️ modified: bin/entrypoint-deno.sh 🗃️
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user