mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
更新dockerfile
This commit is contained in:
parent
2217f200dc
commit
d13e1d84da
|
@ -72,5 +72,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
|||
COPY --from=build /ql/node_modules /ql/node_modules/
|
||||
RUN cd ${QL_DIR} \
|
||||
&& yarn build \
|
||||
&& yarn build-back
|
||||
&& yarn build-back \
|
||||
&& rm -rf node_modules
|
||||
ENTRYPOINT ["entrypoint"]
|
Loading…
Reference in New Issue
Block a user