mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-08 04:16:07 +08:00
更新dockerfile
This commit is contained in:
parent
48999a9358
commit
1437c975ef
|
@ -34,9 +34,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
||||||
&& npm install -g pm2 \
|
&& npm install -g pm2 \
|
||||||
&& rm -rf /root/.npm \
|
&& rm -rf /root/.npm \
|
||||||
&& yarn install --network-timeout 100000 \
|
|
||||||
&& yarn build \
|
|
||||||
&& yarn build-back \
|
|
||||||
&& yarn install --production --network-timeout 100000 \
|
&& yarn install --production --network-timeout 100000 \
|
||||||
&& yarn cache clean
|
&& yarn cache clean
|
||||||
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
|
Loading…
Reference in New Issue
Block a user