mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-09 13:28:24 +00:00
Cache go modules
This commit is contained in:
parent
718a017ccf
commit
156452713b
@ -4,6 +4,7 @@ WORKDIR /src
|
|||||||
RUN apk --no-cache add git
|
RUN apk --no-cache add git
|
||||||
RUN git clone https://codeberg.org/video-prize-ranch/rimgo .
|
RUN git clone https://codeberg.org/video-prize-ranch/rimgo .
|
||||||
|
|
||||||
|
RUN go mod download
|
||||||
RUN go build
|
RUN go build
|
||||||
|
|
||||||
FROM alpine:latest as bin
|
FROM alpine:latest as bin
|
||||||
|
Loading…
Reference in New Issue
Block a user