Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Vincent <[email protected]>
  • Loading branch information
gatsbyz and leovct authored Jan 23, 2024
1 parent 56d67aa commit e540320
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 @@ -17,7 +17,7 @@ FROM scratch
WORKDIR /root/

# Copy the binary from the builder stage
COPY --from=builder /go/src/app/out/polycli .
COPY --from=builder /go/src/app/out/polycli /usr/bin

# Command to run the binary
CMD ["./polycli"]\

0 comments on commit e540320

Please sign in to comment.