FROM python:3.7 COPY ./pyramid.py /pyramid.py ENTRYPOINT ["python3", "pyramid.py"] CMD ["5"] # 指定参数时会被覆盖