Skip to content

Commit

Permalink
copy from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
VoVaVc committed May 28, 2023
1 parent 8044d08 commit adfd855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /app

FROM migrate/migrate

COPY --from=builder ./app ./

ENTRYPOINT ["/app"]

0 comments on commit adfd855

Please sign in to comment.