Python Virtualenv HTTP Server With Docker

后端 未结 0 1545
無奈伤痛
無奈伤痛 2021-01-30 17:57

Trying to host a python http server and works fine.

FROM python:latest
COPY index.html /
CMD python3 -m http.server

But when trying with python v

相关标签:
回答
  • 消灭零回复
提交回复
热议问题