yt-cli/Dockerfile.amd64

5 lines
96 B
Docker

FROM alpine:3.18.3
WORKDIR /
COPY yt-cli-linux-amd64 /yt-cli
RUN chmod +x yt-cli
CMD ["/yt-cli"]