Merge pull request 'Ajouter packages manquants à Dockerfile build' (#21) from fix/dockerfile into main

Reviewed-on: #21
This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-15 14:51:51 -05:00
commit b9e0bbe5fe

View file

@ -10,7 +10,8 @@ ADD cmd/ cmd/
ADD data/ data/
ADD handlers/ handlers/
ADD models/ models/
#ADD web/ web/
ADD responses/ responses/
ADD web/ web/
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin-agenda .