From 5d7fcbd9cceefd239ae45cf84bc91018532fde93 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 14 Apr 2025 15:47:27 +0200 Subject: [PATCH] First try with Containerfile --- Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Containerfile 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"]