Dockerfile 140 B

123456
  1. FROM alpine:latest
  2. RUN apk add --no-cache aws-cli
  3. VOLUME /opt
  4. COPY entrypoint.sh /root/entrypoint.sh
  5. ENV BASENAME=0
  6. CMD /root/entrypoint.sh