upload: basic folder upload support

This commit is contained in:
Lukas Werner
2026-08-11 14:11:47 -07:00
parent 9644f101b3
commit c8ec356c3e
6 changed files with 80 additions and 32 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ ENV GOARCH=amd64
RUN apk add git
WORKDIR /src/
RUN git clone https://git.hafen.run/lukas/oauth-guard.git
RUN git clone https://git.pdx.land/lukas/oauth-guard.git
WORKDIR /src/oauth-guard
RUN go mod download -x
ENV CGO_ENABLED=0