文件名称:platform:Wager的基础开发和执行平台
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-25 02:54:23
Dockerfile
基础开发和运行时平台。 结构 platform/ https://github.com/wager/platform ├── Dockerfile Development platform. └── Vagrantfile Runtime platform. 发展 开发平台是由[Vagrant]构建的。 # Start the development environment. vagrant up # Enter the development environment. vagrant ssh # Exit the development environment. exit # Shutdown the development environment. v
【文件预览】:
platform-main
----Vagrantfile(2KB)
----.github()
--------workflows()
----Dockerfile(699B)
----.gitignore(438B)
----README.md(2KB)
----.pre-commit-config.yaml(435B)