Skip to content

Commit

Permalink
fix: dockerfile main get
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Nov 6, 2023
1 parent 7648752 commit e6d88b0
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 e6d88b0

Please sign in to comment.