FROM haskell:9

WORKDIR /root

COPY calculate-ellipse-area.hs /root

RUN ghc calculate-ellipse-area.hs
