Skip to content

Commit

Permalink
fix path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 14, 2024
1 parent 0236310 commit 2212d17
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 @@ -30,6 +30,6 @@ WORKDIR /app

EXPOSE 18550
EXPOSE 28545
COPY --from=builder mev /usr/local/bin
COPY --from=builder /app/mev /usr/local/bin

ENTRYPOINT [ "/usr/local/bin/mev" ]

0 comments on commit 2212d17

Please sign in to comment.