Util is now public

This commit is contained in:
itzaname 2024-12-14 01:51:17 -05:00
parent 0e620de2f1
commit d97c647e73

@ -7,9 +7,6 @@ WORKDIR /app
# Copy go.mod and go.sum files
COPY go.mod go.sum ./
# Download dependencies
RUN --mount=type=secret,id=netrc,dst=/root/.netrc go mod download
# Copy the entire project
COPY . .