FROM 192.168.4.4/baseimg/mysql:latest
USER root

WORKDIR /home/quant_group
COPY docker-entrypoint.sh .

RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"]