|
|
@ -1,7 +1,5 @@ |
|
|
|
FROM nextcloud:27.0.0-fpm-alpine |
|
|
|
FROM nextcloud:27.0.0-fpm-alpine |
|
|
|
WORKDIR /usr/src/nextcloud |
|
|
|
WORKDIR /usr/src/nextcloud |
|
|
|
RUN chown -R www-data:www-data . |
|
|
|
|
|
|
|
USER www-data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN ./occ maintenance:install --admin-pass admin --admin-email admin@example.com |
|
|
|
RUN ./occ maintenance:install --admin-pass admin --admin-email admin@example.com |
|
|
|
RUN ./occ config:system:set allow_local_remote_servers --value=true |
|
|
|
RUN ./occ config:system:set allow_local_remote_servers --value=true |
|
|
|