Skip to content

Commit

Permalink
fix: dockerfile copy stage in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Nov 6, 2023
1 parent 5584db7 commit 7648752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ FROM scratch

WORKDIR /app

COPY --from=builder /main .
COPY --from=builder main .

CMD ./main

0 comments on commit 7648752

Please sign in to comment.