We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e668f commit 9039461Copy full SHA for 9039461
agents/Dockerfile
@@ -2,7 +2,7 @@ FROM rust:1-bookworm AS builder
2
WORKDIR /app
3
COPY Cargo.toml Cargo.lock ./
4
COPY src ./src
5
-COPY SKILL.md ./
+COPY README.md SKILL.md ./
6
RUN cargo build --release
7
8
FROM debian:bookworm-slim
0 commit comments