Skip to content

Commit 0e8c7aa

Browse files
committed
fix: add missing /
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent d2b3fd0 commit 0e8c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN meson setup build && meson compile -C build/
1919
FROM scratch
2020

2121
COPY --from=builder /srv/LICENSE ./
22-
COPY --from=builder /srv/build/kc_validator.so /lib
22+
COPY --from=builder /srv/build/kc_validator.so /lib/

0 commit comments

Comments
 (0)