Skip to content

Commit

Permalink
🚀 chore(postgis/Dockerfile): Optimize Dockerfile by removing unnece…
Browse files Browse the repository at this point in the history
…ssary COPY directive.
  • Loading branch information
vnobo committed Dec 13, 2024
1 parent 6468a66 commit 011c895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/zhparser.so /usr/lib/pos
COPY --from=builder /usr/local/lib/libscws.* /usr/local/lib/
COPY --from=builder /usr/share/postgresql/${PG_MAJOR}/extension/zhparser* /usr/share/postgresql/${PG_MAJOR}/extension/
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/zhparser* /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/
COPY --from=builder /usr/share/postgresql/${PG_MAJOR}/tsearch_data/*.utf8.* /usr/share/postgresql/${PG_MAJOR}/tsearch_data/

COPY --from=builder /usr/share/postgresql/${PG_MAJOR}/tsearch_data/dict.utf8.xdb /usr/share/postgresql/${PG_MAJOR}/tsearch_data/

0 comments on commit 011c895

Please sign in to comment.