Docker - Image Optimization
You wrote this Dockerfile using a distroless image:
But when you run the container, it exits immediately with no logs. What is the most likely cause?
FROM gcr.io/distroless/base COPY app /app CMD ["/app"]
But when you run the container, it exits immediately with no logs. What is the most likely cause?
