Merge pull request 'Ajouter packages manquants à Dockerfile build' (#21) from fix/dockerfile into main
Reviewed-on: #21
This commit is contained in:
commit
b9e0bbe5fe
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ ADD cmd/ cmd/
|
||||||
ADD data/ data/
|
ADD data/ data/
|
||||||
ADD handlers/ handlers/
|
ADD handlers/ handlers/
|
||||||
ADD models/ models/
|
ADD models/ models/
|
||||||
#ADD web/ web/
|
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 -installsuffix cgo -o bottin-agenda .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue