Skip to content

Commit

Permalink
Copy conf/* on container image
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkon-kim committed May 30, 2024
1 parent 4873b50 commit be25cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /go/src/github.com/cloud-barista/cm-beetle
COPY go.mod go.sum go.work go.work.sum LICENSE Makefile ./
COPY api ./api
COPY cmd/cm-beetle ./cmd/cm-beetle
# COPY conf ./conf
COPY conf ./conf
COPY pkg ./pkg
COPY scripts ./scripts

Expand All @@ -37,7 +37,7 @@ WORKDIR /app

## Copy the Pre-built binary and necessary files from the previous stage
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/scripts/ /app/scripts/
# COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/conf/ /app/conf/
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/conf/ /app/conf/
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/cmd/cm-beetle /app/
COPY --from=builder /go/src/github.com/cloud-barista/cm-beetle/api/ /app/api/

Expand Down

0 comments on commit be25cb3

Please sign in to comment.