fix(Dockerfile): retirer prefix cgo

This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-16 14:36:51 -04:00
parent 6bab073cbc
commit 5eda23ed5d

View file

@ -13,7 +13,7 @@ ADD models/ models/
ADD responses/ responses/ ADD responses/ responses/
ADD web/ web/ 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 # Alpine