1 2 3 4 5 6 7 8 9 10
# A lightweight image used for tests FROM alpine:latest # Install Git RUN apk add --no-cache git COPY . /app WORKDIR /app/