mirror of
https://github.com/wagoodman/dive
synced 2026-03-17 15:50:09 +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 |