We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668fd3e commit 493d120Copy full SHA for 493d120
1 file changed
Dockerfile
@@ -27,8 +27,9 @@ WORKDIR /app
27
# Copy binary from builder
28
COPY --from=builder /build/coremcp .
29
30
-# Copy example config
+# Copy example config and use it as the default config
31
COPY coremcp.example.yaml /app/coremcp.example.yaml
32
+COPY coremcp.example.yaml /app/coremcp.yaml
33
34
# Create non-root user
35
RUN addgroup -g 1000 coremcp && \
0 commit comments