我的Dockerfile是类似的. FROM my/base ADD . /srv RUN pip install -r requirements.txt RUN python setup.py install ENTRYPOINT ["run_server"].
確定! 回上一頁