Skip to content

Commit

Permalink
Merge pull request #86 from ubie-oss/fix-build-path
Browse files Browse the repository at this point in the history
fix build path
  • Loading branch information
sakajunquality authored Apr 25, 2024
2 parents 68832ee + 4052e95 commit 40bd23d
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 @@ -2,7 +2,7 @@ FROM golang:1.22 as go
FROM gcr.io/distroless/base-debian12 as run

FROM go as build
WORKDIR /go/src/github.com/sakajunquality/flow
WORKDIR /go/src/github.com/ubie-oss/flow

COPY go.mod .
COPY go.sum .
Expand Down

0 comments on commit 40bd23d

Please sign in to comment.