We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07d61f commit 45e0769Copy full SHA for 45e0769
windows.Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/windows/nanoserver:ltsc2025
2
3
-WORKDIR C:\a
+WORKDIR C:\\a
4
5
-COPY goest.exe C:\a\goest.exe
+COPY goest.exe C:\\a\\goest.exe
6
7
-ENTRYPOINT [ "C:\a\goest.exe" ]
+ENTRYPOINT [ "C:\\a\\goest.exe" ]
0 commit comments