diff --git a/Dockerfile b/Dockerfile index c64f15a..7bd0312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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