部署Django + uwsgi. 配置Django的Dockerfile: FROM python:3.6 RUN mkdir /code COPY ./ProjectName /code COPY ./uwsgi_config /code COPY .
確定! 回上一頁