Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
USER root
|
3 |
COPY config.json /etc/xray/config.json
|
4 |
RUN apk update \
|
|
|
1 |
+
FROM ghcr.io/tailscale/tailscale
|
2 |
USER root
|
3 |
COPY config.json /etc/xray/config.json
|
4 |
RUN apk update \
|