Skip to content

Commit

Permalink
Fix docker target path
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Jan 27, 2023
1 parent a38bb47 commit be76041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM openjdk:14-alpine
WORKDIR /app

# copy built application
COPY --from=builder /app/webx-app/target/webx-demo.jar /app
COPY --from=builder /app/target/webx-demo.jar /app

CMD java -jar /app/webx-demo.jar

Expand Down

0 comments on commit be76041

Please sign in to comment.