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