Python Docker image refusing connection

前端 未结 0 375
孤城傲影
孤城傲影 2020-12-21 04:56

I have a simple Python app I\'m containing using this dockerfile

FROM python:3.9
WORKDIR /
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY .          


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