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:
parent
8cecfbfdad
commit
904c75050e
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user