Illumotion commited on
Commit
58de792
·
verified ·
1 Parent(s): 00baf4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,6 +5,6 @@ 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 mkdir -p /var/log/v2ray
9
  && busybox unzip Xray-linux-64.zip
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 mkdir -p /var/log/v2ray \
9
  && busybox unzip Xray-linux-64.zip
10
  ENTRYPOINT ["./xray", "-c", "/etc/xray/config.json"]