This website requires JavaScript.
Explore
Help
Sign in
ops
/
tailscalesd
Watch
4
Star
0
Fork
You've already forked tailscalesd
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2fcd13a16b
tailscalesd
/
docker
/
entrypoint.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
make container build work
2023-11-06 09:13:21 +01:00
#!/bin/bash
set
-e
;
cd
/srv/tailscalesd
;
Fix docker file entrypoint
2023-11-06 10:45:11 +01:00
exec
/usr/bin/env python3 -m tailscalesd.main
"
$@
"
Reference in a new issue
Copy permalink