fixed docker build
This commit is contained in:
parent
bfe5b3661d
commit
26f0aad55b
@ -2,6 +2,9 @@ FROM golang:latest as openApiGen
|
|||||||
|
|
||||||
ADD . .
|
ADD . .
|
||||||
|
|
||||||
|
# Download and install any required dependencies
|
||||||
|
RUN go mod download
|
||||||
|
|
||||||
# Generate orm
|
# Generate orm
|
||||||
RUN go generate ./database/ent
|
RUN go generate ./database/ent
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user