diff --git a/db/Dockerfile b/db/Dockerfile index f795a2c6..b853fc3f 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -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