Docker - Image Optimization
Given this Dockerfile snippet:
What will happen when you build and run this container?
FROM scratch COPY app /app CMD ["/app"]
What will happen when you build and run this container?
