Remove second script from Dockerfile

This commit is contained in:
FriwiDev 2021-10-26 10:58:37 +02:00
parent ed8466859d
commit d1eb63f1f7

View File

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