This commit is contained in:
Alexandr Bogomyakov
2024-07-08 23:18:18 +03:00
parent 30bf476037
commit a39e4835e5
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:latest
COPY khm_linux-amd64/khm /usr/local/bin/khm
COPY khm /usr/local/bin/khm
ENTRYPOINT ["/usr/local/bin/khm"]