FROM cicadatesting/cicada-distributed-base-image:1.4.2

COPY . .

ENTRYPOINT ["python", "-u", "test.py"]
