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 0 deletions
Showing only changes of commit 01063534ec - Show all commits

View File

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