Skip to content

Instantly share code, notes, and snippets.

@saml
Created May 1, 2019 20:06
Show Gist options
  • Save saml/649e49a39021fd716411470201ec63b0 to your computer and use it in GitHub Desktop.
Save saml/649e49a39021fd716411470201ec63b0 to your computer and use it in GitHub Desktop.
monorepo/
  lib/
  app1/
    Dockerfile
    docker-compose.yaml

How can I COPY lib/ to app1 container when I want to set context to . for app1? Is Makefile running docker build the only way? No docker-compose way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment