diff --git a/common/docs/Dockerfile b/common/docs/Dockerfile index e7f4af2..40344b7 100644 --- a/common/docs/Dockerfile +++ b/common/docs/Dockerfile @@ -2,6 +2,9 @@ FROM golang:latest as openApiGen ADD . . +# Download and install any required dependencies +RUN go mod download + # Generate orm RUN go generate ./database/ent