From 8b32c52f9010bb3c716ac624928302c4dbcb907f Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 15 Apr 2025 10:02:59 +0200 Subject: [PATCH] =?UTF-8?q?RUN=20->=20CMD=20=F0=9F=A4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a3e3a3d..6857c66 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"] +CMD ["/usr/local/bin/kosyncrs"]