fix(Dockerfile): retirer prefix cgo #40

Merged
vlbeaudoin merged 1 commit from vlbeaudoin/fix/prefix-cgo into main 2024-09-16 14:37:26 -04:00 AGit

View file

@ -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