mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-07 15:24:07 +00:00
7 lines
96 B
Docker
7 lines
96 B
Docker
# syntax=docker/dockerfile:1
|
|
#
|
|
|
|
FROM alpine:latest
|
|
COPY khm_linux-amd64/khm .
|
|
ENTRYPOINT ./khm
|