diff --git a/livestream/Dockerfile b/livestream/Dockerfile index c0c436ea0c3..abac3e9ee86 100644 --- a/livestream/Dockerfile +++ b/livestream/Dockerfile @@ -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 && \