better test certs

This commit is contained in:
XenGi 2025-08-20 17:55:35 +02:00
parent bbf56ec34e
commit 7180ddcfbc
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
6 changed files with 33 additions and 9 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.22 as builder
FROM docker.io/golang:alpine as builder
WORKDIR /usr/src/app
@ -18,5 +18,6 @@ COPY --from=builder /usr/src/app/sanic /sanic
COPY --from=builder /usr/src/app/static /static
EXPOSE 8080
EXPOSE 8443
ENTRYPOINT ["/sanic"]