1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@
|
||||
FROM scratch |
||||
COPY target/x86_64-unknown-linux-musl/release/rusty-conveyor rusty-conveyor |
||||
ENV RUST_LOG=info |
||||
ENTRYPOINT ["/rusty-conveyor","--address","0.0.0.0","--directory","/data"] |
||||
ENTRYPOINT ["/rusty-conveyor","--address","0.0.0.0","--directory","/data","--web"] |
||||
|
Loading…
Reference in new issue