mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
3 lines
46 B
Text
3 lines
46 B
Text
FROM scratch
|
|
COPY dive /
|
|
ENTRYPOINT ["/dive"]
|