File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ WORKDIR /go/src/github.com/cloud-barista/cm-beetle
17
17
COPY go.mod go.sum go.work go.work.sum LICENSE Makefile ./
18
18
COPY api ./api
19
19
COPY cmd/cm-beetle ./cmd/cm-beetle
20
- # COPY conf ./conf
20
+ COPY conf ./conf
21
21
COPY pkg ./pkg
22
22
COPY scripts ./scripts
23
23
@@ -37,7 +37,7 @@ WORKDIR /app
37
37
38
38
# # Copy the Pre-built binary and necessary files from the previous stage
39
39
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/scripts/ /app/scripts/
40
- # COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/conf/ /app/conf/
40
+ COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/conf/ /app/conf/
41
41
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/cmd/cm-beetle /app/
42
42
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/api/ /app/api/
43
43
You can’t perform that action at this time.
0 commit comments