FROM python:3.12-alpine3.19 WORKDIR /simulator COPY . . RUN pip install -r requirements.txt CMD ["python","-u","simulator.py"]