fix release process

This commit is contained in:
2026-04-21 06:37:19 +02:00
parent 4f297f4f6c
commit b15d8d5584
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
FROM alpine:latest as certs
RUN apk --no-cache add ca-certificates
FROM scratch
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY pastebin /pastebin
COPY view /view
EXPOSE 3000