generated from kbase/kbase-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes move chown steps earlier in the build so they can be cached. In some (my) cases, the current one liner chown can take upwards of 8 minutes x 5 containers when running docker compose up --build. Splitting them up allows for rarely changed chown targets to be cached and reused.
- Loading branch information
1 parent
41dff3f
commit 5d56b49
Showing
2 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ cdr/cdm/jupyter/ | |
|
||
# Ignore Gradle build output directory | ||
build | ||
/.project | ||
/.pydevproject* |
This file contains 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