Merge branch 'master' of git.thisco.de:vbatts/container-image-builds

This commit is contained in:
Vincent Batts 2018-07-30 14:12:56 -04:00
commit fb9e59e925
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM alpine:latest
RUN apk add --update --no-cache ca-certificates curl geoip
RUN sh /etc/periodic/monthly/geoip
COPY --from=builder /go/bin/ipd /usr/bin/ipd
EXPOSE 808
EXPOSE 8080
ENTRYPOINT ipd \
--country-db /usr/share/GeoIP/GeoIP.dat \
--city-db /usr/share/GeoIP/GeoLiteCity.dat \