Spaces:
Running
Running
Update Dockerfile
Browse files- 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}
|