Commit a907a4fe authored by kalvin's avatar kalvin

fix

parent e7e38dc6
FROM 192.168.4.36/tools/hitchhiker:v0.9
USER root
WORKDIR /home/quant_group
RUN mkdir project
RUN mkdir /root/.kube
COPY docker-entrypoint.sh .
COPY dist.tgz ./project/dist.tgz
COPY run.py ./project/run.py
COPY requirements.txt ./project/requirements.txt
COPY kube_config /root/.kube/config
RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment