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