syntax=docker/dockerfile:1 FROM python:3.8-slim-buster WORKDIR /python-docker COPY requirements.txt requirements.txt RUN pip3 install -r ...
確定! 回上一頁