RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD [ "python", "./your-daemon-or-script.py" ]. You can then build and run the Docker image:
確定! 回上一頁