mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 04:05:14 +00:00
Cache go modules
This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /src
|
||||
RUN apk --no-cache add git
|
||||
RUN git clone https://codeberg.org/video-prize-ranch/rimgo .
|
||||
|
||||
RUN go mod download
|
||||
RUN go build
|
||||
|
||||
FROM alpine:latest as bin
|
||||
|
||||
Reference in New Issue
Block a user