feat: autogénérer certificat TLS si non-fourni
This commit is contained in:
parent
940c6d8a25
commit
47b8c2b766
3 changed files with 102 additions and 3 deletions
|
@ -4,7 +4,7 @@ LABEL author="vlbeaudoin"
|
|||
|
||||
WORKDIR /go/src/app
|
||||
|
||||
COPY LICENSE cmd.go config.go db.go entity.go flag.go go.mod go.sum handler.go server.go ./
|
||||
COPY LICENSE cmd.go config.go db.go entity.go flag.go go.mod go.sum handler.go server.go x509.go ./
|
||||
|
||||
ADD cmd/ cmd/
|
||||
ADD queries/ queries/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue