box score scrape service updates batch handle

This commit is contained in:
Ravi Prasad
2025-08-21 00:41:36 -05:00
parent 6d7e37bf78
commit 7ca427b386
6 changed files with 113 additions and 64 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ FROM golang:1.24-bullseye AS builder
ENV CGO_ENABLED=1
ENV GOOS=linux
# Changed from Apple Silicon arm64 config.
ENV GOARCH=amd64
# ENV GOARCH=arm64
# ENV GOARCH=amd64
ENV GOARCH=arm64
WORKDIR /app