mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 21:55:45 +01:00
3 lines
94 B
Docker
3 lines
94 B
Docker
FROM gcr.io/distroless/static
|
|
COPY gum /usr/local/bin/gum
|
|
ENTRYPOINT [ "/usr/local/bin/gum" ]
|