mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-06 23:04:07 +00:00
fix
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:latest
|
||||
WORKDIR /
|
||||
COPY ./khm_linux-amd64/khm /
|
||||
ENTRYPOINT /khm
|
||||
COPY khm_linux-amd64/khm .
|
||||
ENTRYPOINT ./khm
|
||||
|
Reference in New Issue
Block a user