Add Maxmind GeoIP Lite download to Docker build

This commit is contained in:
wiz
2023-03-19 17:33:51 +09:00
parent af6d115dbb
commit e2e71c7a46
6 changed files with 20 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ WORKDIR /backend
RUN chown 1000:1000 ./
COPY --from=builder --chown=1000:1000 /build/package ./package/
COPY --from=builder --chown=1000:1000 /build/GeoIP ./GeoIP/
COPY --from=builder --chown=1000:1000 /build/mempool-config.json /build/start.sh /build/wait-for-it.sh ./
USER 1000