mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-07 23:34:07 +00:00
7 lines
102 B
Docker
7 lines
102 B
Docker
![]() |
# syntax=docker/dockerfile:1
|
||
|
|
||
|
FROM alpine:latest
|
||
|
WORKDIR /
|
||
|
COPY khm_linux-amd64/khm /
|
||
|
ENTRYPOINT /khm
|