Initial windows workflow

This commit is contained in:
FriwiDev
2021-10-25 13:49:43 +02:00
parent aa10991509
commit 0bfcfd382c
7 changed files with 81 additions and 17 deletions

7
DockerfileWindows Normal file
View File

@@ -0,0 +1,7 @@
FROM friwidev/jcefdocker:windows-latest
WORKDIR C:/builder
#Copy and launch run script
COPY scripts/run_windows.bat .
ENTRYPOINT ["run_windows.bat"]