Commit 1690b3f5 authored by kalvin's avatar kalvin

python -c

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