FROM python:3.7; RUN pip install streamlit; COPY app.py /streamlit-docker/ ... image: atestcr.azurecr.io/my_app:latest; ports: - '8501:8501'.
確定! 回上一頁