Illumotion commited on
Commit
90d9e5e
1 Parent(s): 0342ca3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- && busybox mv * /usr/bin/xray
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"]