We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdf6f6 commit 01b202eCopy full SHA for 01b202e
Dockerfile
@@ -76,7 +76,7 @@ COPY --chown=pycsw . .
76
COPY docker/pycsw.yml ${PYCSW_CONFIG}
77
COPY docker/entrypoint.py /usr/local/bin/entrypoint.py
78
79
-RUN pip install -e . --config-settings editable_mode=strict
+RUN /venv/bin/pip3 install -e . --config-settings editable_mode=strict
80
81
WORKDIR /home/pycsw
82
0 commit comments