Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Nov 4, 2023
1 parent 5678cb4 commit 5502ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ COPY . .

RUN go build -o main

FROM bullseye
FROM slim

WORKDIR /app

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

CMD ./main

0 comments on commit 5502ad6

Please sign in to comment.