mirror of
https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
synced 2025-04-18 12:09:46 +08: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"]
|