Update Dockerfile
All checks were successful
Build & Test / build-run (push) Successful in 1m15s
Build Docker Container / publish-docker (push) Successful in 2m27s

This commit is contained in:
Kio 2025-02-13 20:29:35 +00:00
parent 40ea027ddf
commit 21d7738c52

View file

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