mirror of https://github.com/xwiki-labs/cryptpad
chown not needed here for Alpine based images
This commit is contained in:
parent
b6b7044d09
commit
9d3265ee04
|
@ -38,8 +38,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
|
|||
WORKDIR /cryptpad
|
||||
|
||||
# Create directories
|
||||
RUN mkdir blob block customize data datastore \
|
||||
&& chown cryptpad:cryptpad blob block customize data datastore
|
||||
RUN mkdir blob block customize data datastore
|
||||
|
||||
# Volumes for data persistence
|
||||
VOLUME /cryptpad/blob
|
||||
|
|
Loading…
Reference in New Issue