Commit 993f1cce authored by kalvin's avatar kalvin

add requirements.txt

parent 288a5101
......@@ -9,6 +9,7 @@ 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
......
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