Ajouter webresponse/ à Dockerfile
This commit is contained in:
parent
27d5f19071
commit
55a033e8bd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ADD dbschema/ dbschema/
|
|||
ADD dbstruct/ dbstruct/
|
||||
ADD webcontent/ webcontent/
|
||||
ADD webhandler/ webhandler/
|
||||
ADD webresponse/ webresponse/
|
||||
|
||||
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin-ag .
|
||||
|
||||
|
|
Loading…
Reference in a new issue