Skip to content

Commit b11f0d2

Browse files
Copy conf/* on container image
2 parents 4873b50 + be25cb3 commit b11f0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /go/src/github.com/cloud-barista/cm-beetle
1717
COPY go.mod go.sum go.work go.work.sum LICENSE Makefile ./
1818
COPY api ./api
1919
COPY cmd/cm-beetle ./cmd/cm-beetle
20-
# COPY conf ./conf
20+
COPY conf ./conf
2121
COPY pkg ./pkg
2222
COPY scripts ./scripts
2323

@@ -37,7 +37,7 @@ WORKDIR /app
3737

3838
## Copy the Pre-built binary and necessary files from the previous stage
3939
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/
4141
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/cmd/cm-beetle /app/
4242
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/api/ /app/api/
4343

0 commit comments

Comments
 (0)