Skip to content

Commit

Permalink
fix: file copy path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-vavdiya committed Sep 5, 2024
1 parent 60e3a5c commit 7d76b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add curl

USER miw

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

WORKDIR /app

Expand Down

0 comments on commit 7d76b00

Please sign in to comment.