-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting up some of the Docker build steps #8775
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8775 +/- ##
==========================================
- Coverage 72.07% 65.83% -6.24%
==========================================
Files 123 482 +359
Lines 12844 24155 +11311
Branches 0 2770 +2770
==========================================
+ Hits 9257 15903 +6646
- Misses 3587 8074 +4487
- Partials 0 178 +178
Continue to review full report at Codecov.
|
Dockerfile
Outdated
COPY superset /app/superset | ||
|
||
# First, we just wanna install requirements, which will allow us to utilize the cache | ||
# in order to only build iff requirements change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: iff
typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed iff
-> if and only if
… configs to handle async query running
CATEGORY
Choose one
SUMMARY
Some folks were seeing errors when building the updated Dockerfile due to the fact that we were bundling several NPM commands in a single RUN
Fixes #8762 ??
REVIEWERS
@dpgaspar