https://github.com/caomeiyouren/docker-builder
Docker 项目构建器
https://github.com/caomeiyouren/docker-builder
Last synced: 8 months ago
JSON representation
Docker 项目构建器
- Host: GitHub
- URL: https://github.com/caomeiyouren/docker-builder
- Owner: CaoMeiYouRen
- License: mit
- Created: 2024-06-22T10:27:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T17:26:46.000Z (8 months ago)
- Last Synced: 2025-02-09T18:29:40.120Z (8 months ago)
- Language: TypeScript
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-builder
> Docker 项目构建器
## 当前构建版本
```
caomeiyouren/alpine-bun:latest
caomeiyouren/alpine-bun:alpine3.21-node22.13
caomeiyouren/alpine-bun:alpine3-node22
caomeiyouren/alpine-bun:2025-02-17
caomeiyouren/alpine-nodejs:latest
caomeiyouren/alpine-nodejs:alpine3.21-node22.13
caomeiyouren/alpine-nodejs:alpine3-node22
caomeiyouren/alpine-nodejs:2025-02-17
caomeiyouren/alpine-nodejs-minimize:latest
caomeiyouren/alpine-nodejs-minimize:alpine3.21-node22.13
caomeiyouren/alpine-nodejs-minimize:alpine3-node22
caomeiyouren/alpine-nodejs-minimize:2025-02-17
caomeiyouren/alpine-nodejs-mongodb-tools:latest
caomeiyouren/alpine-nodejs-mongodb-tools:alpine3.21-node22.13
caomeiyouren/alpine-nodejs-mongodb-tools:alpine3-node22
caomeiyouren/alpine-nodejs-mongodb-tools:2025-02-17
```## 🏠 主页
[https://github.com/CaoMeiYouRen/docker-builder#readme](https://github.com/CaoMeiYouRen/docker-builder#readme)
## 📦 依赖要求
- node >=16
## 🚀 安装
```sh
npm install
```## 👨💻 使用
```sh
npm run start
```## 🛠️ 开发
```sh
npm run dev
```## 🔧 编译
```sh
npm run build
```## 🔍 Lint
```sh
npm run lint
```## 💾 Commit
```sh
npm run commit
```## 👤 作者
**CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)
## 🤝 贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/docker-builder/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/docker-builder/blob/master/CONTRIBUTING.md).## 💰 支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢
## 📝 License
Copyright © 2024 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [MIT](https://github.com/CaoMeiYouRen/docker-builder/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_