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

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 && \