Update model translations
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
# Encar scraper — простой entrypoint без браузера.
|
||||
# Просто запускает переданную команду.
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user