From 2acdd1f098b92a260c5dbe604e7a61f7174d90a0 Mon Sep 17 00:00:00 2001 From: efron Date: Fri, 23 Aug 2024 14:04:29 -0700 Subject: [PATCH] update dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf2366f..3c5fc2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build GOOS=linux GOARCH=amd64 go b RUN --mount=type=cache,target=/root/.cache/go-build GOOS=linux GOARCH=amd64 go build -o configure-github-action ./cmd/configure-github-action FROM ubuntu:latest AS runner -COPY --from=builder /app/runpodctl /app/runpodctl -COPY --from=builder /app/configure-github-action /app/configure-github-action +COPY --from=builder /app/runpodctl /usr/bin/runpodctl +COPY --from=builder /app/configure-github-action /usr/bin/configure-github-action +CMD runpodctl --help \ No newline at end of file