EraCode practice
Build Context Minimization via .dockerignore
DockerintermediateMulti-Part
Summary
Practice a fast, real-world Docker dependency-injection pattern: keep the build context clean so only the intended dependency manifests get sent to the daemon and used for caching.
Problem preview
### Goal Prevent host-side dependencies from being injected into a Docker build by generating the missing entry. - Fill the single TODO so the returned string always includes an ignore rule for . - I…
Attempt this challenge
Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.