mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
add docker automated build environment (#235)
* doc: remove broken link * add docker build environment
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
ventoy:
|
||||
build: .
|
||||
privileged: true
|
||||
volumes:
|
||||
- .:/ventoy
|
Reference in New Issue
Block a user