tailscale-docker/image/Dockerfile
John Bowdre d48e206786 organizational cleanup
- add my docker-compose example, remove others
- ditch nginx image
- move tailscale image from images/tailscale to image/
2023-12-28 13:33:50 -06:00

4 lines
111 B
Docker

FROM tailscale/tailscale:v1.56.1
COPY start.sh /usr/bin/start.sh
RUN chmod +x /usr/bin/start.sh
CMD "start.sh"