Update Dockerfile
This commit is contained in:
parent
40ea027ddf
commit
21d7738c52
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ WORKDIR /FeDirect
|
|||
COPY --link . ./
|
||||
|
||||
RUN cargo build --release
|
||||
COPY ./target/release/fedirect .
|
||||
|
||||
FROM scratch
|
||||
COPY --from=build /FeDirect/known-software.json /FeDirect/target/release/fedirect /
|
||||
|
|
Loading…
Add table
Reference in a new issue