Skip to content

Commit

Permalink
change back to tail
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS committed Mar 31, 2022
1 parent 52c1b4a commit 2080d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ curl -X PUT --data-binary @/software/ssl-listener.json --unix-socket /var/run/co

#Idle Forever (IDK why tail -f /dev/null doesn't work so using infinite loop instead.)
#If you use other base image other than minimal, tail might work.
while :; do; sleep 1; done
tail -f /dev/null

0 comments on commit 2080d2b

Please sign in to comment.