added pythonpath

This commit is contained in:
Blair Vanderlugt 2021-07-06 11:43:59 -07:00
parent 2e6e80e134
commit 93f0353808
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip \
pip install --index-url https://pypi.org/simple \
--extra-index-url $GITLAB_PYTHON_REGISTRY --extra-index-url $EXTRA_INDEX_URL .
ENV PYTHONPATH .
COPY docker/entrypoints/* ./
RUN chmod 755 *.sh