This commit is contained in:
parent
e644a5634a
commit
b1c2611b68
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN cargo build --release
|
||||||
COPY ./target/release/fedirect .
|
COPY ./target/release/fedirect .
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=build /FeDirect/known-software.json /FeDirect/static /FeDirect/target/release/fedirect /
|
COPY --from=build /FeDirect/known-software.json /FeDirect/target/release/fedirect /
|
||||||
|
COPY --from=build /FeDirect/static/ /
|
||||||
ENV ROCKET_ADDRESS=0.0.0.0
|
ENV ROCKET_ADDRESS=0.0.0.0
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
CMD ["/fedirect"]
|
CMD ["/fedirect"]
|
Loading…
Add table
Reference in a new issue