Skip to content

Commit

Permalink
fix(gemini): resulting docker image from custom build cannot find gem…
Browse files Browse the repository at this point in the history
…ini binary

Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Nov 5, 2024
1 parent 294ab49 commit a76d896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM busybox AS production

WORKDIR /gemini

COPY --from=build gemini .
COPY --from=build /gemini/bin/gemini .

ENV PATH="/gemini:${PATH}"

Expand Down

0 comments on commit a76d896

Please sign in to comment.