comment out
Some checks failed
Tests / Run on Ubuntu (push) Failing after 56s
Lint / Run on Ubuntu (push) Failing after 1m14s
Build images / Build docker image (push) Failing after 2m41s

This commit is contained in:
Chris Richardson
2025-07-03 13:05:45 -04:00
parent 039fea048c
commit 69f2af2549
4 changed files with 36 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ COPY go.sum go.sum
RUN go mod download
# Copy the go source
COPY cmd/main.go cmd/main.go
COPY cmd/ cmd/
COPY api/ api/
COPY internal/ internal/