docker container not finding custom modules

前端 未结 0 1628
长发绾君心
长发绾君心 2021-02-15 07:36

So I have this Dockerfile:

FROM python:3.5-slim-buster
COPY . /usr/local
RUN pip install -r usr/local/utils/requirements.txt
RUN mkdir /usr/local/python_logs &         


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