Files
depot_django/Dockerfile.debug
T

6 lines
97 B
Docker

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