Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 8, 2024
1 parent f0a6f92 commit 4fc887c
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
@@ -1,6 +1,6 @@
FROM eclipse-temurin:22-jre-alpine

WORKDIR /usr/app
COPY --from=builder build/install/bot-plugin .
COPY build/install/bot-plugin .

ENTRYPOINT ["/usr/app/bin/mikmusic"]

0 comments on commit 4fc887c

Please sign in to comment.