Skip to content

Commit

Permalink
wait between stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 10, 2024
1 parent 3b2c0e1 commit 7cedfdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ RUN git config --global core.autocrlf false \
&& ninja \
&& mkdir c:\app && copy webrtc-streamer.exe c:\app && copy config.json c:\app && xcopy /E html c:\app\html\ \
&& del /f /s /q c:\webrtc > nul && rmdir /s /q c:\webrtc \
&& time /t
&& time /t

RUN powershell -c "sleep -Seconds 60" && time /t

# run
FROM mcr.microsoft.com/windows/server:ltsc2022
Expand Down

0 comments on commit 7cedfdd

Please sign in to comment.