Skip to content

Instantly share code, notes, and snippets.

@mixth
Created January 14, 2018 14:14
Show Gist options
  • Select an option

  • Save mixth/eade83319771bb3a264a6d3567f6de57 to your computer and use it in GitHub Desktop.

Select an option

Save mixth/eade83319771bb3a264a6d3567f6de57 to your computer and use it in GitHub Desktop.
# This will be referred as 0
FROM <NAME>
...
# This will be referred as 1
FROM <NAME>
...
FROM <NAME>
COPY --from=0 /home/node/app .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment