ykxVK8yL5L commited on
Commit
2e70eb5
1 Parent(s): 8d4348d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -77,8 +77,6 @@ RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
77
  cp -rf /static/* ${QL_DIR}/static && \
78
  rm -rf /static
79
 
80
- RUN which crond
81
-
82
 
83
  RUN mkdir /ql/data && \
84
  mkdir /ql/data/config && \
@@ -93,6 +91,7 @@ RUN mkdir /ql/data && \
93
  chmod -R 777 /usr/local && \
94
  chmod -R 777 /etc/nginx && \
95
  chmod -R 777 /run && \
 
96
  chmod -R 777 /root
97
 
98
  COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
 
77
  cp -rf /static/* ${QL_DIR}/static && \
78
  rm -rf /static
79
 
 
 
80
 
81
  RUN mkdir /ql/data && \
82
  mkdir /ql/data/config && \
 
91
  chmod -R 777 /usr/local && \
92
  chmod -R 777 /etc/nginx && \
93
  chmod -R 777 /run && \
94
+ chmod -R 777 /usr && \
95
  chmod -R 777 /root
96
 
97
  COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/