fixed docker build
This commit is contained in:
parent
0fd33680bf
commit
bfe5b3661d
@ -2,6 +2,12 @@ FROM golang:latest as openApiGen
|
||||
|
||||
ADD . .
|
||||
|
||||
# Generate orm
|
||||
RUN go generate ./database/ent
|
||||
|
||||
# Build the Go app
|
||||
RUN go build .
|
||||
|
||||
RUN go run ./api/docs/openAPI
|
||||
|
||||
FROM registry.jetbrains.team/p/writerside/builder/writerside-builder:241.15989 as build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user