Skip to content

Commit 589c795

Browse files
authored
Update schema path in Dockerflie (#61)
Signed-off-by: Michael Beemer <[email protected]>
1 parent d1596b7 commit 589c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY apis/ apis/
1717
COPY webhooks/ webhooks/
1818
COPY controllers/ controllers/
1919
COPY pkg/ pkg/
20-
COPY schemas/json-schema/flagd-definitions.json pkg/utils/flagd-definitions.json
20+
COPY schemas/json/flagd-definitions.json pkg/utils/flagd-definitions.json
2121

2222
# Build
2323
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o manager main.go

0 commit comments

Comments
 (0)