update docker config

This commit is contained in:
qananasikq
2026-04-16 18:10:58 +03:00
parent 2b6c6cab6e
commit 660e1e1689
3 changed files with 207 additions and 0 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -euo pipefail
# Encar scraper — простой entrypoint без браузера.
# Просто запускает переданную команду.
exec "$@"