Oops. COPY needs a directory for multiple files, so an ending slash.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian 2024-02-24 13:55:56 -05:00
parent 01063534ec
commit 83b4e44b5f
1 changed files with 1 additions and 1 deletions

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