Improve the documentation and bug fixes #3

Merged
dorian merged 13 commits from improve-docs into main 2024-02-24 20:41:15 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 83b4e44b5f - Show all commits

View File

@ -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