From a4ae92e6421fcbff7a474e797ec766259261f848 Mon Sep 17 00:00:00 2001 From: krateng Date: Mon, 1 Jan 2024 18:34:21 +0100 Subject: [PATCH] Fix start script --- container/root/etc/s6-overlay/s6-rc.d/svc-python/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/root/etc/s6-overlay/s6-rc.d/svc-python/run b/container/root/etc/s6-overlay/s6-rc.d/svc-python/run index 276e6be..589d615 100755 --- a/container/root/etc/s6-overlay/s6-rc.d/svc-python/run +++ b/container/root/etc/s6-overlay/s6-rc.d/svc-python/run @@ -4,4 +4,4 @@ echo -e "\nMaloja is starting!" exec \ - s6-setuidgid abc python -m maloja run \ No newline at end of file + s6-setuidgid abc python -m venv /venv && s6-setuidgid abc /venv/bin/python -m maloja run \ No newline at end of file