From d1eb63f1f71163896f29d44ce0fba3fcc9b3b68d Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Tue, 26 Oct 2021 10:58:37 +0200 Subject: [PATCH] Remove second script from Dockerfile --- DockerfileWindows | 1 - 1 file changed, 1 deletion(-) diff --git a/DockerfileWindows b/DockerfileWindows index 55f231a..440123b 100644 --- a/DockerfileWindows +++ b/DockerfileWindows @@ -4,5 +4,4 @@ WORKDIR C:/builder #Copy and launch run script COPY scripts/run_windows.bat . -COPY scripts/build_win.bat . ENTRYPOINT ["run_windows.bat"]