Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 18, 2024
1 parent 9d3ca87 commit 0b5de13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ RUN make build
FROM alpine:latest
RUN apk --no-cache add ca-certificates

WORKDIR /root/

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

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

0 comments on commit 0b5de13

Please sign in to comment.