Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
8
third_party/FreeRDP/docs/mingw-example/docker-compose.yml
vendored
Normal file
8
third_party/FreeRDP/docs/mingw-example/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
dist-builder:
|
||||
image: win32-builder
|
||||
volumes:
|
||||
- ./build:/out
|
||||
command: bash -c "rm -rf /out/*; cp -a /build/bin/. /out/;"
|
||||
Reference in New Issue
Block a user