0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00

fix: docker was not building for live events (#24382)

This commit is contained in:
James Greenhill 2024-08-14 15:14:43 -07:00 committed by GitHub
parent 8cecfbfdad
commit 904c75050e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ RUN go mod download -x
COPY . ./
RUN go get ./...
RUN go build -v -o /livestream ./...
RUN go build -v -o /livestream .
# Fetch the GeoLite2-City database that will be used for IP geolocation within Django.
RUN apt-get update && \