add root CAs to db container (#751)

This commit is contained in:
Robert Clarke
2026-01-25 17:06:49 +00:00
committed by GitHub
parent 6318f4b4ad
commit 1005aa0a84

View File

@@ -42,6 +42,7 @@ FROM scratch
WORKDIR /
COPY --from=build /app/pocketbase /pocketbase
COPY --from=build /etc/ssl/certs /etc/ssl/certs
COPY --from=download-env /tmp/curl /curl
COPY migrations ./migrations
COPY templates ./templates