Skip to content

Commit

Permalink
Update docker file to use scratch as base image (#114)
Browse files Browse the repository at this point in the history
Update docker file to use scratch as base image

Co-authored-by: Nikos Katirtzis <[email protected]>
  • Loading branch information
worldtiki and nikos912000 authored Nov 2, 2020
1 parent 9353b35 commit b2960d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR /mittens
# Run unit tests & build app
RUN make unit-tests

FROM alpine:3.7
FROM scratch
COPY --from=0 /mittens/mittens /app/mittens
ENTRYPOINT ["/app/mittens"]

0 comments on commit b2960d0

Please sign in to comment.