Merge pull request 'fix(Dockerfile): retirer prefix cgo' (#40) from vlbeaudoin/fix/prefix-cgo into main

Reviewed-on: #40
This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-16 14:37:25 -04:00
commit e945907771

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