Skip to content

Commit

Permalink
fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MParvin committed Mar 22, 2024
1 parent 63a09be commit 00dccb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ FROM alpine:3.10

WORKDIR /app

COPY --from=builder /app/rabbit-tester .
COPY --from=builder /app/rabbitmq-tester .

ENTRYPOINT ["/app/rabbit-tester"]
ENTRYPOINT ["/app/rabbitmq-tester"]

0 comments on commit 00dccb0

Please sign in to comment.