FROM ccr.ccs.tencentyun.com/qg-qa/golang:1.12

WORKDIR /home/quant_group

COPY docker-entrypoint.sh .
COPY ./main ./project/

CMD ["sh", "docker-entrypoint.sh"]