-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df8ee64
commit 2cf9420
Showing
16 changed files
with
0 additions
and
10,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ COPY cmd/api cmd/api | |
COPY internal internal | ||
|
||
WORKDIR $GOPATH/src/github.com/baking-bad/bcdhub/cmd/api/ | ||
RUN go install github.com/swaggo/swag/cmd/[email protected] | ||
RUN swag init --parseDependency --parseInternal --parseDepth 2 | ||
RUN go build -a -installsuffix cgo -o /go/bin/api . | ||
|
||
WORKDIR $GOPATH/src/github.com/baking-bad/bcdhub | ||
|
Oops, something went wrong.