Skip to content

Commit

Permalink
TRUNK-6186 Pre-cache dependencies for Docker build, fix cache-from
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 9, 2023
1 parent e3e4682 commit 513a01a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
target: dev
context: .
cache_from:
- openmrs/openmrs-core:${TAG-dev}
- openmrs/openmrs-core:${TAG:-dev}
ports:
- "8080:8080"
- "8000:8000"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
build:
context: .
cache_from:
- openmrs/openmrs-core:${TAG-dev}
- openmrs/openmrs-core:${TAG-nightly}
- openmrs/openmrs-core:${TAG:-dev}
- openmrs/openmrs-core:${TAG:-nightly}
depends_on:
- db
ports:
Expand Down

0 comments on commit 513a01a

Please sign in to comment.