Commit bab8ceff authored by kalvin's avatar kalvin

修改dockerfile

parent 8bfbc46a
......@@ -7,4 +7,4 @@ COPY run.py .
RUN pip install requests
RUN chmod +x ./run.py
CMD ["python", "-c", "run.py"]
\ No newline at end of file
CMD ["python", "./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