Skip to content

Commit

Permalink
fixed Dockerfile build path
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Aug 28, 2024
1 parent f06588e commit ca68eca
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 @@ -20,7 +20,7 @@ RUN go mod download
COPY . .

RUN go mod vendor
RUN go build -o /usr/local/bin/callisto /go/src/github.com/forbole/callisto
RUN go build -o /usr/local/bin/callisto /go/src/github.com/forbole/callisto/cmd/bdjuno


FROM alpine:3.9
Expand Down

0 comments on commit ca68eca

Please sign in to comment.