change where python installed
This commit is contained in:
4
start.sh
4
start.sh
@@ -2,10 +2,10 @@
|
||||
set -eu
|
||||
|
||||
mkdir -p /app/data/library /app/data/config /app/data/assets /app/data/resources
|
||||
mkdir -p /tmp/vite-temp
|
||||
mkdir -p /tmp/vite-temp /tmp/vite
|
||||
|
||||
# ensure that data directory is owned by 'cloudron' user
|
||||
chown -R cloudron:cloudron /app/data /tmp/vite-temp /root/.local/share/uv/python
|
||||
chown -R cloudron:cloudron /app/data /tmp/vite-temp /tmp/vite /app/code/uv
|
||||
|
||||
cd /app/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user