1
0

8 lines
113 B
Docker
Raw Permalink Normal View History

2019-12-18 09:26:30 -05:00
FROM alpine:latest
RUN apk add --no-cache zip
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]