mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-04-19 15:52:40 +02:00
chore(docker): update Dockerfile and added docker-entrypoint.sh
This commit is contained in:
7
docker-entrypoint.sh
Normal file
7
docker-entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -e requirements.txt ]
|
||||
then
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user