Skip to content

Instantly share code, notes, and snippets.

@matti
Last active September 2, 2017 16:22
Show Gist options
  • Select an option

  • Save matti/8727d72bcb8f8a73b00a75256465b421 to your computer and use it in GitHub Desktop.

Select an option

Save matti/8727d72bcb8f8a73b00a75256465b421 to your computer and use it in GitHub Desktop.
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