forked from External/mediamtx
Correction for missing go generate in run makefile (#3100)
This commit is contained in:
parent
3eb35b26b9
commit
bb46640998
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue