add docker automated build environment (#235)

* doc: remove broken link

* add docker build environment
This commit is contained in:
Ilia Sergachev
2020-06-20 21:46:52 +08:00
committed by GitHub
parent a5c706511b
commit 171667c547
3 changed files with 25 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
version: '2'
services:
ventoy:
build: .
privileged: true
volumes:
- .:/ventoy