Fix script execution

This commit is contained in:
FriwiDev
2021-10-26 09:55:49 +02:00
parent 28b0c49446
commit 48d91d6c8c
3 changed files with 5 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ WORKDIR C:/builder
#Copy and launch run script
COPY scripts/run_windows.bat .
COPY scripts/build_win.bat
ENTRYPOINT ["run_windows.bat"]