Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
sakajunquality committed Apr 25, 2024
1 parent 68832ee commit 4052e95
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 4052e95

Please sign in to comment.