make container build work

This commit is contained in:
Abel Luck 2023-11-06 09:13:21 +01:00
parent 12f55ad721
commit 1fcb035fce
6 changed files with 15 additions and 9 deletions

5
docker/entrypoint.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -e;
cd /srv/tailscalesd;
exec /usr/bin/env python3 -m tailscalesd.main:main "$@"