mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-01-20 19:02:25 +01:00
ci: test build Dockerfile
This commit is contained in:
3
test/win.Dockerfile
Normal file
3
test/win.Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM mcr.microsoft.com/windows/nanoserver:1809
|
||||
COPY hello.txt C:
|
||||
CMD ["cmd", "/C", "type C:\\hello.txt"]
|
||||
Reference in New Issue
Block a user