FROM alpine

WORKDIR /root

COPY calculate-ellipse-area.sh /root
RUN chmod +x /root/calculate-ellipse-area.sh
