ci-s3-plugin/Dockerfile
2022-08-22 15:52:07 +02:00

7 lines
78 B
Docker

FROM alpine:3
RUN apk add --no-cache aws-cli
ADD src /app
CMD ["/app/run"]