Skip to content

Instantly share code, notes, and snippets.

@Abreto
Last active March 25, 2019 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abreto/a52394e1edf7f6d1176d54081ff62e74 to your computer and use it in GitHub Desktop.
Save Abreto/a52394e1edf7f6d1176d54081ff62e74 to your computer and use it in GitHub Desktop.
Dockerfile entrypoint example for flexible cli arguments
ENTRYPOINT [ "/entrypoint.sh" ]
#!/usr/bin/env sh
# Now process on $*
echo $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment