fix(Dockerfile): retirer prefix cgo
This commit is contained in:
parent
6bab073cbc
commit
5eda23ed5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue