1 Star 0 Fork 707

grit0401/yygh-site

forked from leifengyang/yygh-site 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Dockerfile 273 Bytes
Copy Edit Raw Blame History
leifengyang authored 2021-09-26 19:43 . 优化
FROM node:14.17.6
WORKDIR /app
#把.nuxt目录下的所有内容复制到/app/.nuxt/
COPY . /app/
#安装核心依赖 npm cache clean -f
RUN ["npm","install","--registry=https://registry.npm.taobao.org"]
RUN ["npm","run","build"]
EXPOSE 3000
CMD ["npm", "run", "start"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/grit0401/yygh-site.git
git@gitee.com:grit0401/yygh-site.git
grit0401
yygh-site
yygh-site
master

Search