FROM julia:1.6.4-buster

WORKDIR /root

COPY calculate-ellipse-area.jl /root
