Skip to content

Commit

Permalink
fix: add missing go.mod to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Nov 17, 2022
1 parent b3dca56 commit 7c4964e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /go/src/github.com/ory/kratos
ADD go.mod go.mod
ADD go.sum go.sum
ADD internal/httpclient/go.* internal/httpclient/
ADD internal/client-go/go.* internal/client-go/

ENV GO111MODULE on
ENV CGO_ENABLED 1
Expand Down

0 comments on commit 7c4964e

Please sign in to comment.