FROM python:3-alpine WORKDIR /app COPY drone_test ./ CMD [ "python", "-c", "from drone_test import circle_area; print(circle_area(2)" ]