diff options
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 |