We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad20c11 commit d4abfc5Copy full SHA for d4abfc5
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM cryptpad/cryptpad:version-2024.12.0
2
+
3
+# Switch to the cryptpad user for remaining operations
4
+USER cryptpad
5
+WORKDIR /cryptpad/lib/plugins
6
7
+# Clone the SSO plugin
8
+RUN git clone https://github.com/cryptpad/sso/
README.md
@@ -1,2 +1,3 @@
# cryptpad-docker
-Builds docker images for cryptpad
+Bundles the SSO plugin with the cryptpad docker image.
0 commit comments