From 6addf7a7784cb53979be5c5f2a4475dd592e4bba Mon Sep 17 00:00:00 2001 From: Leonardo Amaral Date: Mon, 5 Aug 2024 11:01:56 -0300 Subject: [PATCH] FIx python path Signed-off-by: Leonardo Amaral --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4019ce1..725b5cb 100644 --- a/Containerfile +++ b/Containerfile @@ -13,4 +13,4 @@ WORKDIR /data EXPOSE 8008 ENTRYPOINT ["/catatonit", "--"] -CMD ["/usr/bin/woof", "-i", "0.0.0.0", "-p", "8008", "-c", "1", "-U"] +CMD ["/usr/local/bin/python3", "/usr/bin/woof", "-i", "0.0.0.0", "-p", "8008", "-c", "1", "-U"]