We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1596b7 commit 589c795Copy full SHA for 589c795
Dockerfile
@@ -17,7 +17,7 @@ COPY apis/ apis/
17
COPY webhooks/ webhooks/
18
COPY controllers/ controllers/
19
COPY pkg/ pkg/
20
-COPY schemas/json-schema/flagd-definitions.json pkg/utils/flagd-definitions.json
+COPY schemas/json/flagd-definitions.json pkg/utils/flagd-definitions.json
21
22
# Build
23
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o manager main.go
0 commit comments