Skip to content

Commit df87d52

Browse files
shusaanNiccoloFei
authored andcommitted
Ensures license file is properly included in final container image
Signed-off-by: Husn E Rabbi <shussan@gmail.com>
1 parent b5905bc commit df87d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_ivm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM scratch
2323
ARG PG_MAJOR
2424

2525
# Licenses
26-
COPY --from=builder /tmp/licenses/LICENSE /licenses/pg_ivm/LICENSE
26+
COPY --from=builder /build/pg_ivm/LICENSE /licenses/pg_ivm/LICENSE
2727

2828
# Libraries
2929
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/pg_ivm* /lib/

0 commit comments

Comments
 (0)