wagtail-bakerydemo/.gitpod.dockerfile

5 wiersze
129 B
Docker

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