Skip to content

Commit

Permalink
fix: state the name directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee committed Dec 20, 2023
1 parent f424225 commit 4538dee
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 @@ -17,6 +17,6 @@ FROM ubuntu:22.04
RUN mkdir /app
WORKDIR /app

COPY --from=builder /ci/cpr .
COPY --from=builder /ci/cpr /app/cpr

ENTRYPOINT ["./cpr"]
ENTRYPOINT ["/app/cpr"]

0 comments on commit 4538dee

Please sign in to comment.