Skip to content

Instantly share code, notes, and snippets.

@teyyihan
Last active January 12, 2021 21:16
Show Gist options
  • Save teyyihan/fb41c1299a966f722ed1fdf671857cdc to your computer and use it in GitHub Desktop.
Save teyyihan/fb41c1299a966f722ed1fdf671857cdc to your computer and use it in GitHub Desktop.
Dockerfile Arg
ARG JAR_FILE=foo/bar.jar
COPY ${JAR_FILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment