Files
projects/Dockers/gluetun-pia-wireguard-rotator/entrypoint.sh
T
Bram 23f073e460
Build and Push Docker Images / build-and-push (push) Successful in 23s
ffs
2026-08-14 19:50:49 +02:00

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 "$@"