From cddf5597d6a80d6b34c34ce67cf03aa71e8315ed Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 Oct 2024 10:59:35 +0200 Subject: [PATCH] push to 2.0.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 19815b3..36417b9 100644 --- a/Containerfile +++ b/Containerfile @@ -99,4 +99,4 @@ ENV HOST=0.0.0.0 EXPOSE 9000 VOLUME ["/app/data"] -CMD ["python3", "mealie/main.py"] +CMD ["/py-pkgs/bin/python", "mealie/main.py"]