Slim down the weight of packages we ship #7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY ./target/release/fedirect .
|
|||
|
||||
FROM scratch
|
||||
COPY --from=build /FeDirect/known-software.json /FeDirect/target/release/fedirect /
|
||||
COPY --from=build /FeDirect/static/ /
|
||||
COPY --from=build /FeDirect/static/ /static
|
||||
ENV ROCKET_ADDRESS=0.0.0.0
|
||||
WORKDIR /
|
||||
CMD ["/fedirect"]
|
Loading…
Add table
Reference in a new issue