Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -98,7 +98,6 @@ RUN mkdir /ql/data && \
|
|
| 98 |
chmod -R 777 /usr && \
|
| 99 |
chmod -R 777 /root
|
| 100 |
|
| 101 |
-
|
| 102 |
COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
|
| 103 |
|
| 104 |
WORKDIR ${QL_DIR}
|
|
|
|
| 98 |
chmod -R 777 /usr && \
|
| 99 |
chmod -R 777 /root
|
| 100 |
|
|
|
|
| 101 |
COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
|
| 102 |
|
| 103 |
WORKDIR ${QL_DIR}
|