mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-05-01 13:15:35 +02:00
chore(docker): migrate container build to uv and remove legacy requirements file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -e config/requirements.txt ]
|
||||
then
|
||||
pip install --no-cache-dir -r config/requirements.txt
|
||||
uv add -r config/requirements.txt
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user