Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PieterScheffers/df5cd8d6d31ff14d37a9c25f909612a3 to your computer and use it in GitHub Desktop.
Save PieterScheffers/df5cd8d6d31ff14d37a9c25f909612a3 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Custom scripts here
echo "This is an extended entrypoint!"
# Run the original entrypoint located at
# /docker-entrypoint.sh
exec /docker-entrypoint.sh "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment