mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-04-19 15:20:02 +02:00
4 lines
105 B
Docker
4 lines
105 B
Docker
FROM mcr.microsoft.com/windows/nanoserver:1809
|
|
COPY hello.txt C:
|
|
CMD ["cmd", "/C", "type C:\\hello.txt"]
|