Commit e87e9ffb authored by kalvin's avatar kalvin

fixbugs

parent 14aa8fdc
...@@ -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 run.py. COPY run.py .
RUN chmod +x ./run.py RUN chmod +x ./run.py
CMD ["python", "-c", "run.py"] CMD ["python", "-c", "run.py"]
\ 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