Wrong copy src

This commit is contained in:
Phil 2022-01-05 23:44:11 +01:00
parent 8ae5fc244d
commit 9dd1e08f8b

View file

@ -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"]