diff --git a/Dockerfile b/Dockerfile index 3b9408f..44f2097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN cargo build \ # Bring in the source COPY ["./src/*", "./src/"] +COPY ["README.md", "LICENSE", "."] # Build the example API. RUN cargo build --release