Merge branch 'master' of git.thisco.de:vbatts/container-image-builds
This commit is contained in:
commit
fb9e59e925
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM alpine:latest
|
||||||
RUN apk add --update --no-cache ca-certificates curl geoip
|
RUN apk add --update --no-cache ca-certificates curl geoip
|
||||||
RUN sh /etc/periodic/monthly/geoip
|
RUN sh /etc/periodic/monthly/geoip
|
||||||
COPY --from=builder /go/bin/ipd /usr/bin/ipd
|
COPY --from=builder /go/bin/ipd /usr/bin/ipd
|
||||||
EXPOSE 808
|
EXPOSE 8080
|
||||||
ENTRYPOINT ipd \
|
ENTRYPOINT ipd \
|
||||||
--country-db /usr/share/GeoIP/GeoIP.dat \
|
--country-db /usr/share/GeoIP/GeoIP.dat \
|
||||||
--city-db /usr/share/GeoIP/GeoLiteCity.dat \
|
--city-db /usr/share/GeoIP/GeoLiteCity.dat \
|
||||||
|
|
Loading…
Reference in a new issue