ykxVK8yL5L commited on
Commit
802aa66
1 Parent(s): 1c90adf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -2
Dockerfile CHANGED
@@ -62,6 +62,11 @@ RUN set -x && \
62
  rm -rf /root/.npm && \
63
  ulimit -c 0
64
 
 
 
 
 
 
65
  ARG SOURCE_COMMIT
66
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
67
  cd ${QL_DIR} && \
@@ -77,8 +82,9 @@ COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
77
 
78
  WORKDIR ${QL_DIR}
79
 
80
- RUN chmod -R 777 /ql && \
81
- chmod -R 777 /root
 
82
 
83
  # Set up a new user named "user" with user ID 1000
84
  RUN useradd -m -u 1000 user
 
62
  rm -rf /root/.npm && \
63
  ulimit -c 0
64
 
65
+ RUN chmod -R 777 /ql && \
66
+ chmod -R 777 /var && \
67
+ chmod -R 777 /root
68
+
69
+
70
  ARG SOURCE_COMMIT
71
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
72
  cd ${QL_DIR} && \
 
82
 
83
  WORKDIR ${QL_DIR}
84
 
85
+
86
+
87
+
88
 
89
  # Set up a new user named "user" with user ID 1000
90
  RUN useradd -m -u 1000 user