Last active
September 2, 2017 16:22
-
-
Save matti/8727d72bcb8f8a73b00a75256465b421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ENTRYPOINT ["/bin/sh", "-c", "echo sleeping forever; while true; do sleep 99999; done"] | |
| ENTRYPOINT ["/app/entrypoint.sh"] | |
| trap 'exit 0' TERM | |
| sleep inf & | |
| wait $! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment