mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-06 06:44:08 +00:00
6 lines
111 B
Docker
6 lines
111 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM alpine:latest
|
|
COPY khm /usr/local/bin/khm
|
|
ENTRYPOINT ["/usr/local/bin/khm"]
|