4 lines
145 B
Bash
4 lines
145 B
Bash
#!/bin/sh
|
|
# Compat wrapper: older compose/Portainer configs still exec entrypoint.sh
|
|
exec /opt/venv/bin/python /usr/local/bin/entrypoint.py "$@"
|