Commit 14aa8fdc authored by kalvin's avatar kalvin

1

parent e9602b8a
...@@ -2,7 +2,7 @@ FROM 192.168.4.36/baseimg/python:latest ...@@ -2,7 +2,7 @@ FROM 192.168.4.36/baseimg/python:latest
USER root USER root
WORKDIR /home/quant_group WORKDIR /home/quant_group
COPY checker.py . COPY run.py.
RUN chmod +x ./checker.py RUN chmod +x ./run.py
CMD ["python", "-c", "checker.py"] CMD ["python", "-c", "run.py"]
\ No newline at end of file \ 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