mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 08:34:08 +02:00
6 lines
No EOL
90 B
Docker
6 lines
No EOL
90 B
Docker
FROM scratch
|
|
|
|
ADD target/x86_64-unknown-linux-musl/release/sync /
|
|
EXPOSE 80
|
|
|
|
CMD ["/sync"] |