Hacker News new | ask | show | jobs
by IMTDb 2418 days ago
Can someone explaine the proposed Dockerile ? I understand that they use multi stage builds, but I don't really get the point of doing something like

FROM dependencies AS runtime

COPY . .