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

COPY . .

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