Skip to content

Commit

Permalink
docker: use scratch image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Apr 22, 2018
1 parent 9f73c84 commit 8f8700c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM ulexus/go-minimal
COPY ari-proxy /app
FROM scratch
COPY ari-proxy /
ENTRYPOINT ["/ari-proxy"]

0 comments on commit 8f8700c

Please sign in to comment.