Merge pull request 'fix(Dockerfile): retirer prefix cgo' (#40) from vlbeaudoin/fix/prefix-cgo into main
Reviewed-on: #40
This commit is contained in:
commit
e945907771
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