You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在 2017年9月17日,10:04,Quinton.Xu ***@***.***> 写道:
用yarn替代npm可以加快镜像构建,大概平均节省30s
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Activity
atian25 commentedon Sep 15, 2017
就在 docker 里面跑
egg-scripts start
即可,不需要--daemon
了。thonatos commentedon Sep 16, 2017
#package.json
Dockerfile
tsui66 commentedon Sep 17, 2017
提前COPY package.json && npm install ,docker构建镜像,加快速度
另:用yarn替代npm可以加快镜像构建,大概平均节省30s
atian25 commentedon Sep 17, 2017
thonatos commentedon Sep 17, 2017
tips
abos5 commentedon Sep 29, 2017
请问这一步能否用到国内镜像呢,部分网络好慢
atian25 commentedon Sep 29, 2017
这块属于具体 docker 系统的命令了,可以自行 google 下如何修改
alpine
的源popomore commentedon Sep 29, 2017
@abos5 可以自己找下国内 apk 镜像
VectorHo commentedon Oct 24, 2017
@thonatos 是什么构建UI,是docker hub 和github 协作那个吗?
thonatos commentedon Oct 24, 2017
阿里云容器服务
Yang03 commentedon Jul 31, 2018
npm run start
时不加--daemon
,node 在前台运行, gitlab ci job 一直就会在运行状态 @atian25thonatos commentedon Aug 1, 2018
@Yang03
CI 不应该跑
egg-scripts start
。19 remaining items