From 5718d894c68a46aded9ac83bb3515077b7412ebb Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Thu, 21 Mar 2024 23:36:30 +0100 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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