mirror of
https://codeberg.org/icewind/shelve.git
synced 2026-06-03 20:14:08 +02:00
readme
This commit is contained in:
parent
91a9a6b486
commit
65bdd1ec88
4 changed files with 8 additions and 4 deletions
|
|
@ -7,7 +7,8 @@ RUN cargo build --release
|
|||
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/sync /
|
||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/shelve /
|
||||
EXPOSE 80
|
||||
ENV ROCKET_PORT=80
|
||||
|
||||
CMD ["/shelve"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue