1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 08:34:08 +02:00
sync-rs/Dockerfile

6 lines
No EOL
90 B
Docker

FROM scratch
ADD target/x86_64-unknown-linux-musl/release/sync /
EXPOSE 80
CMD ["/sync"]