RUN pip install -r requirements.txt CMD [ "python", "app.py" ]. With this Dockerfile, we can build and run a Python Flask application:
確定! 回上一頁