Skip to content

Commit 1c7c376

Browse files
committed
dockerfile path blind fix
1 parent 0691b8d commit 1c7c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FROM scratch AS files
3636

3737
COPY --from=build --chown=1000:1000 \
3838
/app/threagile \
39-
/app/components \
39+
/app/components/* \
4040
/app/raa.so \
4141
/app/dummy.so \
4242
/app/demo-rule.so \

0 commit comments

Comments
 (0)