diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..1c07375 --- /dev/null +++ b/Containerfile @@ -0,0 +1,6 @@ +FROM alpine:latest +LABEL maintainer="info@rustysoft.de" +RUN adduser -D kosync +COPY ./target/x86_64-unknown-linux-musl/release/kosyncrs /usr/local/bin/ +USER kosync +#RUN ["/usr/local/bin/kosyncrs"]