Skip to content

Commit

Permalink
Fix migrations symlink (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis authored Sep 17, 2024
1 parent a3a3f26 commit 6f3291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pypgstac/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN \
&& uv pip install --system -r /tmp/requirements.txt
COPY docker/pypgstac/bin /opt/docker/pypgstac/bin
COPY src/pypgstac /opt/src/pypgstac
COPY src/pgstac/migrations /opt/src/pypgstac/pypgstac/migrations
COPY src/pgstac/migrations /opt/src/pgstac/migrations
WORKDIR /opt/src/pypgstac
RUN uv pip install --system -e . && rm -rf /usr/local/cargo/registry

0 comments on commit 6f3291c

Please sign in to comment.