Util is now public
This commit is contained in:
parent
0e620de2f1
commit
d97c647e73
@ -7,9 +7,6 @@ WORKDIR /app
|
|||||||
# Copy go.mod and go.sum files
|
# Copy go.mod and go.sum files
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
|
||||||
# Download dependencies
|
|
||||||
RUN --mount=type=secret,id=netrc,dst=/root/.netrc go mod download
|
|
||||||
|
|
||||||
# Copy the entire project
|
# Copy the entire project
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user