Skip to content

Commit

Permalink
fix: docker was not building for live events (#24382)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Aug 14, 2024
1 parent 8cecfbf commit 904c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 904c750

Please sign in to comment.