1 Star 0 Fork 0

姚刚/rdk_doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2024-08-12 23:16 . modified: Dockerfile
# Use the official Node.js image
FROM node:18-alpine
# Set the working directory
WORKDIR /app
# Expose the port
EXPOSE 3000
# Default command: Build and start the Docusaurus site
CMD ["sh", "-c", "npm run build"]
# Add environment setup option, refer to the usage below
# CMD ["sh", "-c", "npm install && npm run build && npm run serve"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Yao3Gang/rdk_doc.git
git@gitee.com:Yao3Gang/rdk_doc.git
Yao3Gang
rdk_doc
rdk_doc
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385