- Notifications
You must be signed in to change notification settings - Fork 401
Closed
Description
我按照你那个指引启动docker-compose会报错,提示node的版本过低,最后我更改了Dockerfile里面的配置才行
From node:16-alpine
RUN npm install npm -g --registry=https://registry.npm.taobao.org
RUN npm i docsify-cli -g
node改成16,cnpm改成npm,我用的 debian进行安装的,还有这个安装的描述应该增加apt install docker docker-compose 不是有些人看不懂
还有我内存2g,cpu2核打开0sec 网页会提示内存报错
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels