Ajouter webresponse/ à Dockerfile

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 01:25:06 -04:00
parent 27d5f19071
commit 55a033e8bd

View file

@ -17,6 +17,7 @@ ADD dbschema/ dbschema/
ADD dbstruct/ dbstruct/ ADD dbstruct/ dbstruct/
ADD webcontent/ webcontent/ ADD webcontent/ webcontent/
ADD webhandler/ webhandler/ ADD webhandler/ webhandler/
ADD webresponse/ webresponse/
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin-ag . RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin-ag .