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
This commit is contained in:
Hayden Hargreaves 2026-01-08 22:00:14 -07:00
commit 75ac9fdb5f

View File

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