3 lines
86 B
Docker
3 lines
86 B
Docker
FROM alpine:latest
|
|
ADD README.md /somefile.txt
|
|
RUN cp /somefile.txt /root/somefile.txt |