Illumotion commited on
Commit
00baf4d
·
verified ·
1 Parent(s): 90d9e5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,5 +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 unzip Xray-linux-64.zip
9
  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"]