... install curl -y RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py RUN python3.10 get-pip.py # set work directory RUN mkdir -p /opt/app COPY .
確定! 回上一頁