mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-10 00:39:28 +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 ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
RUN go generate ./...
|
||||||
RUN go build -o /out .
|
RUN go build -o /out .
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
ARG CONFIG_RUN
|
ARG CONFIG_RUN
|
||||||
|
Loading…
Reference in New Issue
Block a user