Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Mar 21, 2024
1 parent 7b6e463 commit 5718d89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ ADD . .
RUN go mod download

RUN go install github.com/swaggo/swag/cmd/swag@latest
RUN ls .
RUN swag init -o api
RUN ls docs

# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o /onyxia-api
Expand Down

0 comments on commit 5718d89

Please sign in to comment.