ykxVK8yL5L commited on
Commit
b885c0d
·
verified ·
1 Parent(s): 9b25608

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -66,8 +66,8 @@ ARG SOURCE_COMMIT
66
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
67
  cd ${QL_DIR} && \
68
  cp -f .env.example .env && \
69
- chmod 777 -R /ql \
70
- chmod 777 -R /root \
71
  chmod 777 ${QL_DIR}/shell/*.sh && \
72
  chmod 777 ${QL_DIR}/docker/*.sh && \
73
  git clone --depth=1 -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && \
 
66
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
67
  cd ${QL_DIR} && \
68
  cp -f .env.example .env && \
69
+ chmod -R 777 /ql \
70
+ chmod -R 777 /root \
71
  chmod 777 ${QL_DIR}/shell/*.sh && \
72
  chmod 777 ${QL_DIR}/docker/*.sh && \
73
  git clone --depth=1 -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && \