The first file is the docker file used on GitPod. .gitpod.Dockerfile. FROM python:3.7 RUN apt update -y && apt upgrade -y RUN pip install pipenv.
確定! 回上一頁