From cb9b5c5de26e0686e4f2f487d1f8a40d1e21f12d Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 14 Apr 2025 21:23:55 +0200 Subject: [PATCH] Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1c07375..a3e3a3d 100644 --- a/Containerfile +++ b/Containerfile @@ -3,4 +3,4 @@ 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"] +RUN ["/usr/local/bin/kosyncrs"]