mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
3 lines
No EOL
86 B
Docker
3 lines
No EOL
86 B
Docker
FROM alpine:latest
|
|
ADD README.md /somefile.txt
|
|
RUN cp /somefile.txt /root/somefile.txt |