Merge branch 'fix/webresponse' into main

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 01:25:16 -04:00
commit 82d5aa0d16

View file

@ -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 .