Improve the documentation and bug fixes #3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue