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 fb5bda3 commit 4ca6ab1Copy full SHA for 4ca6ab1
Dockerfile.dev
@@ -12,4 +12,6 @@ RUN pip install -r requirements-dev.txt
12
COPY pypgstac /opt/src/pypgstac
13
RUN pip install -e .
14
15
+ENV PYTHONPATH=/opt/src/pypgstac:${PYTHONPATH}
16
+
17
WORKDIR /opt/src
0 commit comments