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"]