wagtail-bakerydemo/.gitpod.dockerfile

5 wiersze
122 B
Plaintext

FROM gitpod/workspace-full
ENV PYTHONUSERBASE=/workspace/.pip-modules
ENV PATH=$PYTHONUSERBASE/bin:$PATH
ENV PIP_USER=yes