comment out
All checks were successful
Lint / Run on Ubuntu (push) Successful in 1m40s
Tests / Run on Ubuntu (push) Successful in 1m55s
Build images / Build docker image (push) Successful in 3m37s

This commit is contained in:
Chris Richardson
2025-07-03 13:50:07 -04:00
parent 0de369d494
commit de84f86e35

View File

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