5 lines
71 B
Docker
5 lines
71 B
Docker
# escape=`
|
|
FROM microsoft/nanoserver
|
|
COPY testfile.txt c:\
|
|
RUN dir c:\
|