Ajouter packages manquants à Dockerfile build
This commit is contained in:
parent
c6f96a8299
commit
0e39be15f0
1 changed files with 2 additions and 1 deletions
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue