1 Star 0 Fork 529

ivan / NocoBase

forked from NocoBase / NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenos 提交于 2021-04-17 22:21 . chore: update docker-compose.yml
FROM node:12.20.0-stretch
WORKDIR /app
# COPY . /app
RUN ls -a
RUN npm config set registry https://registry.npm.taobao.org
RUN yarn config set registry https://registry.npm.taobao.org
# RUN npm install
# RUN npm run bootstrap
# RUN npm run build
# # Install app dependencies
# ENV NPM_CONFIG_LOGLEVEL warn
# RUN yarn install
# # Show current folder structure in logs
RUN ls -a
# CMD [ "npm", "run", "serve" ]
TypeScript
1
https://gitee.com/jfast-cloud/nocobase.git
git@gitee.com:jfast-cloud/nocobase.git
jfast-cloud
nocobase
NocoBase
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891