mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
Correction for missing go generate in run makefile (#3100)
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /s
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY . ./
|
||||
RUN go generate ./...
|
||||
RUN go build -o /out .
|
||||
WORKDIR /
|
||||
ARG CONFIG_RUN
|
||||
|
||||
Reference in New Issue
Block a user