mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-09 16:29:29 +00:00
Correction for missing go generate in run makefile (#3100)
This commit is contained in:
parent
3eb35b26b9
commit
bb46640998
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user