Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Nov 5, 2023
1 parent 5502ad6 commit e497333
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 @@ -10,7 +10,7 @@ COPY . .

RUN go build -o main

FROM slim
FROM scratch

WORKDIR /app

Expand Down

0 comments on commit e497333

Please sign in to comment.