chown not needed here for Alpine based images

This commit is contained in:
Mathilde Grünig 2023-06-22 16:06:16 +02:00
parent b6b7044d09
commit 9d3265ee04

View file

@ -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