mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 10:02:18 +00:00
45916632fa
* Update tailscale version * Update nginx
4 lines
111 B
Docker
4 lines
111 B
Docker
FROM tailscale/tailscale:v1.34.2
|
|
COPY start.sh /usr/bin/start.sh
|
|
RUN chmod +x /usr/bin/start.sh
|
|
CMD "start.sh"
|