2021-10-13 05:24:07 +08: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-14 03:31:59 +08:00
|
|
|
FROM tailscale/tailscale:latest
|
2021-10-13 05:24:07 +08:00
|
|
|
COPY run.sh /run.sh
|
2021-10-14 03:31:59 +08:00
|
|
|
CMD "/run.sh"
|