FROM 192.168.4.36/baseimg/python:latest
USER root

WORKDIR /home/quant_group
COPY checker.py .

RUN chmod +x ./docker-entrypoint.sh
CMD ["python", "-c", "checker.py"]