Skip to content

Commit

Permalink
#18 Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thegodenage committed Apr 30, 2024
1 parent 01edce2 commit 5735f40
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 @@ -9,7 +9,7 @@ COPY . .

RUN go build cmd/proxy -o /out/app

# multi stage build
# multi stage build, to reduce size of the image
FROM alpine:latest
COPY --from=builder /out/app /app
ENTRYPOINT ["/app"]

0 comments on commit 5735f40

Please sign in to comment.