Skip to content

Commit 6f3291c

Browse files
authored
Fix migrations symlink (#303)
1 parent a3a3f26 commit 6f3291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/pypgstac/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ RUN \
2525
&& uv pip install --system -r /tmp/requirements.txt
2626
COPY docker/pypgstac/bin /opt/docker/pypgstac/bin
2727
COPY src/pypgstac /opt/src/pypgstac
28-
COPY src/pgstac/migrations /opt/src/pypgstac/pypgstac/migrations
28+
COPY src/pgstac/migrations /opt/src/pgstac/migrations
2929
WORKDIR /opt/src/pypgstac
3030
RUN uv pip install --system -e . && rm -rf /usr/local/cargo/registry

0 commit comments

Comments
 (0)