do some things with docker which I don't really understand
This commit is contained in:
@@ -33,6 +33,7 @@ VOLUME /cryptpad/tasks
|
||||
VOLUME /cryptpad/block
|
||||
VOLUME /cryptpad/blob
|
||||
VOLUME /cryptpad/blobstage
|
||||
VOLUME /cryptpad/data
|
||||
|
||||
# Copy cryptpad and tini from the build container
|
||||
COPY --from=build /sbin/tini /sbin/tini
|
||||
@@ -44,4 +45,4 @@ WORKDIR /cryptpad
|
||||
EXPOSE 3000 3001
|
||||
|
||||
# Run cryptpad on startup
|
||||
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
||||
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user