ykxVK8yL5L commited on
Commit
af20103
·
verified ·
1 Parent(s): 1a88a28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -96,6 +96,8 @@ RUN mkdir /ql/data && \
96
  chmod -R 777 /usr && \
97
  chmod -R 777 /root
98
 
 
 
99
  COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
100
 
101
  WORKDIR ${QL_DIR}
 
96
  chmod -R 777 /usr && \
97
  chmod -R 777 /root
98
 
99
+ RUN echo "nameserver 8.8.8.8" >> /etc/resolv.conf
100
+
101
  COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
102
 
103
  WORKDIR ${QL_DIR}