docker: keep ca certs

This commit is contained in:
Pierre Tachoire committed 2024-11-25 09:03:52 +01:00
1 parent 5b5d28f7c1
commit 4cc31bb41f
1 file changed
+3
+3
View File
@@ -69,6 +69,9 @@ RUN make build
FROM ubuntu:22.04
# copy ca certificates
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]