2021-10-12 22:24:07 +01:00
|
|
|
# Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
2021-10-13 22:48:14 +01:00
|
|
|
FROM ghcr.io/tailscale/tailscale:latest
|
2021-10-12 22:24:07 +01:00
|
|
|
COPY run.sh /run.sh
|
2021-10-13 20:31:59 +01:00
|
|
|
CMD "/run.sh"
|