mirror of
https://github.com/charmbracelet/gum.git
synced 2024-11-04 20:44:12 +03:00
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM gcr.io/distroless/static
|
|
COPY gum /usr/local/bin/gum
|
|
ENTRYPOINT [ "/usr/local/bin/gum" ]
|