From 9dd1e08f8bb0ce998f959274552cf6bab4ff6de8 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 5 Jan 2022 23:44:11 +0100 Subject: [PATCH] Wrong copy src --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae86dfe..bd417a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN chmod +x build-ci.sh && ./build-ci.sh FROM scratch as production WORKDIR /goshorly -COPY --from=upx /go/src/git.ucode.space/goshorly/app /goshorly/app +COPY --from=builder /go/src/git.ucode.space/goshorly/app /goshorly/app CMD ["./app"] \ No newline at end of file