FROM gcr.io/distroless/python3-debian12:debug COPY . /app WORKDIR /app CMD ["hello.py", "/etc"]