mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-10-23 22:49:10 +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
|