Skip to content

Commit 493d120

Browse files
committed
fix: v0.4.3 - use example config as default in Docker image
1 parent 668fd3e commit 493d120

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ WORKDIR /app
2727
# Copy binary from builder
2828
COPY --from=builder /build/coremcp .
2929

30-
# Copy example config
30+
# Copy example config and use it as the default config
3131
COPY coremcp.example.yaml /app/coremcp.example.yaml
32+
COPY coremcp.example.yaml /app/coremcp.yaml
3233

3334
# Create non-root user
3435
RUN addgroup -g 1000 coremcp && \

0 commit comments

Comments
 (0)