mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修改镜像打包流程
This commit is contained in:
@@ -37,6 +37,11 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
&& cp -f .env.example .env \
|
||||
&& chmod 777 ${QL_DIR}/shell/*.sh \
|
||||
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
||||
&& yarn install \
|
||||
&& yarn build \
|
||||
&& yarn build-back \
|
||||
&& yarn cache clean \
|
||||
&& rm -rf node_modules \
|
||||
&& npm install -g pm2 \
|
||||
&& npm install -g pnpm \
|
||||
&& rm -rf /root/.npm \
|
||||
|
||||
Reference in New Issue
Block a user