FROM python:3.8
COPY unboxing_simulator.py /
CMD ["/usr/local/bin/python3", "-u", "/unboxing_simulator.py"]
