Skip to content

Commit

Permalink
fix: copy path in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-vavdiya committed Sep 5, 2024
1 parent 7d76b00 commit ad65e01
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 ./miw/DEPENDENCIES ./SECURITY.md ./miw/build/libs/miw-latest.jar /app/

WORKDIR /app

Expand Down

0 comments on commit ad65e01

Please sign in to comment.