Compare commits

..

4 Commits

Author SHA1 Message Date
75ac9fdb5f Merge pull request '(CI/CD) Another fix, hopefully this is the end.' (#63) from refactor/react into master
Some checks failed
Deploy application with Docker / build_and_deploy (push) Failing after 18s
Reviewed-on: #63
2026-01-08 22:00:14 -07:00
89cf123745 Merge branch 'master' into refactor/react 2026-01-08 21:59:58 -07:00
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 . .