dive-zfs/Dockerfile
2018-05-13 14:54:49 -04:00

3 lines
86 B
Docker

FROM alpine:latest
ADD README.md /somefile.txt
RUN cp /somefile.txt /root/somefile.txt