(CI/CD) Another fix, hopefully this is the end. #63

Merged
azpect merged 3 commits from refactor/react into master 2026-01-08 22:00:14 -07:00

View File

@ -2,7 +2,7 @@ FROM golang:1.25-alpine
WORKDIR /app
COPY go.mod go.sum ./
COPY go.mod ./
RUN go mod download
COPY . .