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

Commit

Permalink
Use clearer name for MMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jun 10, 2024
1 parent 155c5d4 commit 13c8a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/* && \
mkdir share && \
( curl -s -L "https://mmdbcdn.posthog.net/" --http1.1 | brotli --decompress --output=/mmdb.db ) && \
chmod -R 755 /mmdb.db
( curl -s -L "https://mmdbcdn.posthog.net/" --http1.1 | brotli --decompress --output=/GeoLite2-City.mmdb ) && \
chmod -R 755 /GeoLite2-City.mmdb

FROM ubuntu
COPY --from=builder /livestream /mmdb.db /
COPY --from=builder /livestream /GeoLite2-City.mmdb /
CMD ["/livestream"]

0 comments on commit 13c8a73

Please sign in to comment.