Docker run can't find the directory

后端 未结 0 1879
盖世英雄少女心
盖世英雄少女心 2021-01-14 12:19

I wrote the Dockerfile like this

FROM python:3.6-slim
COPY requirements.txt /b/requirements.txt
RUN pip install -r /b/requirements.txt

RUN apt-get update
RUN         


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