Skip to content

Commit

Permalink
Pass PAA certificate path by default to data directory (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed May 20, 2024
1 parent 28d58ea commit de448ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ RUN \
VOLUME ["/data"]
EXPOSE 5580

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

0 comments on commit de448ec

Please sign in to comment.