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 a3a3f26 commit 6f3291cCopy full SHA for 6f3291c
docker/pypgstac/Dockerfile
@@ -25,6 +25,6 @@ RUN \
25
&& uv pip install --system -r /tmp/requirements.txt
26
COPY docker/pypgstac/bin /opt/docker/pypgstac/bin
27
COPY src/pypgstac /opt/src/pypgstac
28
-COPY src/pgstac/migrations /opt/src/pypgstac/pypgstac/migrations
+COPY src/pgstac/migrations /opt/src/pgstac/migrations
29
WORKDIR /opt/src/pypgstac
30
RUN uv pip install --system -e . && rm -rf /usr/local/cargo/registry
0 commit comments