mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
feat: add Dockerfile
This commit is contained in:
parent
7d5333deb2
commit
d0325fd2f9
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM gcr.io/distroless/static
|
||||
COPY gum /usr/local/bin/gum
|
||||
ENTRYPOINT [ "/usr/local/bin/gum" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue