Commit 1690b3f5 authored by kalvin's avatar kalvin

python -c

parent bab8ceff
...@@ -7,4 +7,4 @@ COPY run.py . ...@@ -7,4 +7,4 @@ COPY run.py .
RUN pip install requests RUN pip install requests
RUN chmod +x ./run.py RUN chmod +x ./run.py
CMD ["python", "./run.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