We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d58ea commit de448ecCopy full SHA for de448ec
Dockerfile
@@ -32,4 +32,5 @@ RUN \
32
VOLUME ["/data"]
33
EXPOSE 5580
34
35
-ENTRYPOINT ["matter-server", "--storage-path", "/data"]
+ENTRYPOINT [ "matter-server" ]
36
+CMD [ "--storage-path", "/data", "--paa-root-cert-dir", "/data/credentials" ]
0 commit comments