diff --git a/Dockerfile b/Dockerfile index ea6e9a3..6a9997a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ADD models/ models/ ADD responses/ responses/ ADD web/ web/ -RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin-agenda . +RUN CGO_ENABLED=0 go build -a -o bottin-agenda . # Alpine