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

COPY . .

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