Skip to content

Commit

Permalink
Merge pull request #13 from mysteriumnetwork/bug-report-endpoint
Browse files Browse the repository at this point in the history
get dependencies before build (fixes swagger error)
  • Loading branch information
Guillembonet authored Oct 19, 2023
2 parents 792fae7 + 7e88bb9 commit 5a32a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add --no-cache bash gcc musl-dev linux-headers git curl
# Compile application
WORKDIR /src
ADD . .
RUN go mod tidy
RUN go run mage.go -v build

FROM alpine:3.17
Expand Down

0 comments on commit 5a32a2b

Please sign in to comment.