From a4a332f91e4dc3fd6af4ae7887c7d25ad4f98704 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 21 Sep 2024 17:13:36 +0200 Subject: [PATCH] Fixed wrong executable in CMD section in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710d7c6..098a480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ LABEL org.opencontainers.image.authors="bluefox@privacynerd.de" COPY --from=cmatrixbuildimage /cmatrix/cmatrix /cmatrix -CMD [".cmatrix"] +CMD ["./cmatrix"]