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