ci: test build Dockerfile

This commit is contained in:
CrazyMax
2023-03-02 19:35:13 +01:00
parent c3a68cbeca
commit cb1f376ddb
4 changed files with 124 additions and 0 deletions

3
test/win.Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM mcr.microsoft.com/windows/nanoserver:1809
COPY hello.txt C:
CMD ["cmd", "/C", "type C:\\hello.txt"]