Skip to content

Instantly share code, notes, and snippets.

@gottfrois
Created September 6, 2018 09:01
Show Gist options
  • Save gottfrois/d0f88fa5d51f62b7188f28d44cf45d34 to your computer and use it in GitHub Desktop.
Save gottfrois/d0f88fa5d51f62b7188f28d44cf45d34 to your computer and use it in GitHub Desktop.
medium-multi-stage-dockerfile-compiler-stage-lines-to-comment
COPY --chown=app:app --from=my-app:compiler /home/app/public /home/app/public
COPY --chown=app:app --from=my-app:compiler /home/app/tmp /home/app/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment