Skip to content

Commit

Permalink
other permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabat committed Jun 24, 2024
1 parent 7cccf87 commit e3e628d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN sed -i 's/^Listen 80$/Listen 8080/' /etc/apache2/ports.conf
FROM base AS production

COPY ./src/configure.sh /usr/nextcloud/configure.sh
RUN chmod +x /usr/nextcloud/configure.sh
RUN chown www-data /usr/nextcloud/configure.sh && chmod 777 /usr/nextcloud/configure.sh

FROM base AS development

Expand Down
2 changes: 1 addition & 1 deletion src/configure.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

isThemingEnabled=False
OCC_COMMAND="PHP_MEMORY_LIMIT=$PHP_MEMORY_LIMIT php occ "
OCC_COMMAND="php occ "
EXTERNAL_PLUGINS_PATH=/usr/nextcloud/external_plugins

check_environment() {
Expand Down

0 comments on commit e3e628d

Please sign in to comment.