Skip to content

Instantly share code, notes, and snippets.

@bradseefeld
Last active May 17, 2018 20:42
Show Gist options
  • Save bradseefeld/31db3072313fc9fa77719767a4b0a396 to your computer and use it in GitHub Desktop.
Save bradseefeld/31db3072313fc9fa77719767a4b0a396 to your computer and use it in GitHub Desktop.
app:
build:
image: image1
dockerfile: Dockerfile
cached: true
app-test:
build:
image: image2
dockerfile: Dockerfile.test
cached: true
depends_on:
- app
# Dockerfile.test
FROM image1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment