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 27d7486 commit 0ba3776Copy full SHA for 0ba3776
Dockerfile
@@ -14,6 +14,7 @@ RUN go mod download
14
COPY cmd/main.go cmd/main.go
15
COPY api/ api/
16
COPY internal/controller/ internal/controller/
17
+COPY internal/jsonc/ internal/jsonc/
18
COPY internal/loader/ internal/loader/
19
COPY internal/properties/ internal/properties/
20
0 commit comments