Compare commits

..

2 Commits

Author SHA1 Message Date
Hayden Hargreaves
c35cda5ce1 Merge branch 'refactor/react' of gitea:azpect/Potion into refactor/react 2026-01-08 21:59:25 -07:00
Hayden Hargreaves
c418aab509 (FIX): Why did we copy the go.sum...
Stupid AI
2026-01-08 21:59:07 -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 . .