feederbox826 / stash-s6

stashapp/stash docker rewrite
https://github.com/stashapp/stash/issues/4300
GNU Affero General Public License v3.0
8 stars 1 forks source link

chown still tries to use PIP_INSTALL_TARGET instead lf PY_VENV #5

Closed davidgibbons closed 4 months ago

davidgibbons commented 6 months ago

PIP_INSTALL_TARGET should probably be changed to PY_VENV at https://github.com/feederbox826/stash-s6/blob/b286129236029bea4654b2dd5806b7783ca79824/stash/root/opt/entrypoint.sh#L282C17-L282C35

Otherwise this causes the entrypoint to fail to set permissions on the python venv which means no requirements are installed. likely why the dude in the main thread was asking for stash-tools

Even after setting PIP_INSTALL_TARGET=/pip-install it's still failing to install the requirements but i can at least login to the container and switch to the stash user, source the venv and manually pip install -r /config/requirements.txt