FROM 192.168.4.36/baseimg/mysql:latest
USER root

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

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