Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -5,6 +5,5 @@ RUN apk update \
|
|
5 |
&& apk add --no-cache ca-certificates busybox \
|
6 |
&& update-ca-certificates \
|
7 |
&& busybox wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-64.zip \
|
8 |
-
&& busybox unzip Xray-linux-64.zip
|
9 |
-
|
10 |
-
ENTRYPOINT ["xray", "-c", "/etc/xray/config.json"]
|
|
|
5 |
&& apk add --no-cache ca-certificates busybox \
|
6 |
&& update-ca-certificates \
|
7 |
&& busybox wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-64.zip \
|
8 |
+
&& busybox unzip Xray-linux-64.zip
|
9 |
+
ENTRYPOINT ["./xray", "-c", "/etc/xray/config.json"]
|
|