Skip to content

Commit

Permalink
dockerfile: change name and github data
Browse files Browse the repository at this point in the history
Signed-off-by: lecaros <lecaros@calyptia.com>
  • Loading branch information
lecaros committed Jul 18, 2024
1 parent a65e799 commit bf93617
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 @@ -9,8 +9,8 @@ COPY go.mod go.sum ./
RUN go mod download

COPY . ./
RUN go build -o /bin/flog
RUN go build -o /bin/calyptia-flog

FROM scratch
COPY --from=0 /bin/flog /bin/flog
COPY --from=0 /bin/calyptia-flog /bin/calyptia-flog
ENTRYPOINT ["flog"]

0 comments on commit bf93617

Please sign in to comment.