Skip to content

Commit 4ca6ab1

Browse files
committed
Set pypgstac on the python path in the dev container
1 parent fb5bda3 commit 4ca6ab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ RUN pip install -r requirements-dev.txt
1212
COPY pypgstac /opt/src/pypgstac
1313
RUN pip install -e .
1414

15+
ENV PYTHONPATH=/opt/src/pypgstac:${PYTHONPATH}
16+
1517
WORKDIR /opt/src

0 commit comments

Comments
 (0)