FROM alpine/git WORKDIR /build_context COPY . . RUN ls -la CMD ["echo", "Build context listed."]