swactor/Dockerfile

3 lines
100 B
Docker

FROM scratch
COPY target/x86_64-unknown-linux-musl/release/swactor /swactor
ENTRYPOINT ["/swactor"]