Workspace is the new space

This commit is contained in:
mr
2026-06-22 07:41:32 +02:00
parent d887d92e57
commit 469011f7bd
7 changed files with 513 additions and 7 deletions
+2
View File
@@ -3,6 +3,8 @@ FROM golang:alpine AS deps
WORKDIR /app
COPY go.mod go.sum ./
RUN sed -i '/replace/d' go.mod
RUN apk add --no-cache git
RUN git config --global url."https://cloud.o-forge.io/".insteadOf "http://cloud.o-forge.io/"
RUN go mod download
#----------------------------------------------------------------------------------------------