diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:24:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:24:41 +0000 |
commit | a9bcc81f821d7c66f623779fa5147e728eb3c388 (patch) | |
tree | 98676963bcdd537ae5908a067a8eb110b93486a6 /docs/mingw-example/docker-compose.yml | |
parent | Initial commit. (diff) | |
download | freerdp3-a9bcc81f821d7c66f623779fa5147e728eb3c388.tar.xz freerdp3-a9bcc81f821d7c66f623779fa5147e728eb3c388.zip |
Adding upstream version 3.3.0+dfsg1.upstream/3.3.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/mingw-example/docker-compose.yml')
-rw-r--r-- | docs/mingw-example/docker-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/mingw-example/docker-compose.yml b/docs/mingw-example/docker-compose.yml new file mode 100644 index 0000000..dec4215 --- /dev/null +++ b/docs/mingw-example/docker-compose.yml @@ -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/;"
\ No newline at end of file |