We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055b413 commit 2bd410aCopy full SHA for 2bd410a
Dockerfile
@@ -40,6 +40,7 @@ RUN go mod download
40
# install tools
41
COPY Makefile .
42
COPY cmd/decorate/ cmd/decorate/
43
+COPY cmd/openapi/ cmd/openapi/
44
COPY api/ api/
45
RUN make install
46
0 commit comments