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