Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Add minimal build Dockerfile-build
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Feb 19, 2015
1 parent f318e08 commit 736024c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crosscompile/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM scratch
COPY geoip-linux-amd64-static /geoip-service

EXPOSE 5000

CMD ["/geoip-service", "-db=/data/geodb.mmdb"]
VOLUME /data/geodb.mmdb

0 comments on commit 736024c

Please sign in to comment.