mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user