Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 7d76b00

Browse files
committed
fix: file copy path in Dockerfile
1 parent 60e3a5c commit 7d76b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miw/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apk add curl
2727

2828
USER miw
2929

30-
COPY LICENSE NOTICE.md DEPENDENCIES SECURITY.md ./miw/build/libs/miw-latest.jar /app/
30+
COPY ./../LICENSE ./../NOTICE.md ./DEPENDENCIES ./../SECURITY.md ./miw/build/libs/miw-latest.jar /app/
3131

3232
WORKDIR /app
3333

0 commit comments

Comments
 (0)