FROM alpine:3.9
WORKDIR /random
COPY random.sh .
RUN chmod +x random.sh
CMD ./random.sh