Fix Docker build issue.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian 2024-02-24 12:38:29 -05:00
parent 2cee5651e3
commit 01063534ec
1 changed files with 1 additions and 0 deletions

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