Skip to content

Commit de448ec

Browse files
authored
Pass PAA certificate path by default to data directory (#708)
1 parent 28d58ea commit de448ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ RUN \
3232
VOLUME ["/data"]
3333
EXPOSE 5580
3434

35-
ENTRYPOINT ["matter-server", "--storage-path", "/data"]
35+
ENTRYPOINT [ "matter-server" ]
36+
CMD [ "--storage-path", "/data", "--paa-root-cert-dir", "/data/credentials" ]

0 commit comments

Comments
 (0)