|
|
@ -33,6 +33,7 @@ VOLUME /cryptpad/tasks
|
|
|
|
VOLUME /cryptpad/block
|
|
|
|
VOLUME /cryptpad/block
|
|
|
|
VOLUME /cryptpad/blob
|
|
|
|
VOLUME /cryptpad/blob
|
|
|
|
VOLUME /cryptpad/blobstage
|
|
|
|
VOLUME /cryptpad/blobstage
|
|
|
|
|
|
|
|
VOLUME /cryptpad/data
|
|
|
|
|
|
|
|
|
|
|
|
# Copy cryptpad and tini from the build container
|
|
|
|
# Copy cryptpad and tini from the build container
|
|
|
|
COPY --from=build /sbin/tini /sbin/tini
|
|
|
|
COPY --from=build /sbin/tini /sbin/tini
|
|
|
@ -44,4 +45,4 @@ WORKDIR /cryptpad
|
|
|
|
EXPOSE 3000 3001
|
|
|
|
EXPOSE 3000 3001
|
|
|
|
|
|
|
|
|
|
|
|
# Run cryptpad on startup
|
|
|
|
# Run cryptpad on startup
|
|
|
|
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
|
|
|
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
|
|
|