Skip to content

Commit

Permalink
changed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabat committed Jun 24, 2024
1 parent 763b0ef commit 3eca578
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ RUN rm -rf /usr/lib/apache2/modules/mod_status.so

ENV NEXTCLOUD_UPDATE=1

RUN mkdir /usr/nextcloud/
RUN chown www-data:www-data /usr/nextcloud/
ENV APACHE_RUN_GROUP=www-data
ENV APACHE_RUN_USER=www-data

FROM base AS production

COPY ./src/configure.sh /usr/nextcloud/configure.sh
RUN chmod +x /usr/nextcloud/configure.sh
RUN chmod -R +x /usr/nextcloud/

FROM base AS development

Expand Down

0 comments on commit 3eca578

Please sign in to comment.