mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
更新dockerfile
This commit is contained in:
+2
-1
@@ -73,5 +73,6 @@ COPY --from=build /ql/node_modules /ql/node_modules/
|
|||||||
RUN cd ${QL_DIR} \
|
RUN cd ${QL_DIR} \
|
||||||
&& yarn build \
|
&& yarn build \
|
||||||
&& yarn build-back \
|
&& yarn build-back \
|
||||||
&& yarn install --production --network-timeout 100000
|
&& yarn install --production --network-timeout 100000 \
|
||||||
|
&& yarn cache clean
|
||||||
ENTRYPOINT ["entrypoint"]
|
ENTRYPOINT ["entrypoint"]
|
||||||
Reference in New Issue
Block a user