wagtail-bakerydemo/.gitpod.dockerfile

5 wiersze
122 B
Docker

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