Created
September 6, 2018 09:01
-
-
Save gottfrois/d0f88fa5d51f62b7188f28d44cf45d34 to your computer and use it in GitHub Desktop.
medium-multi-stage-dockerfile-compiler-stage-lines-to-comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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