go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
Showing only changes of commit cceca7f5e1 - Show all commits

View File

@ -10,5 +10,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o server
FROM scratch
COPY --from=builder /app/server /server
COPY static /static
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/ca-certificates.crt
ENTRYPOINT [ "/server" ]