Skip to content
Snippets Groups Projects
Verified Commit a401862b authored by Hugo Renard's avatar Hugo Renard
Browse files

fix: overwrite php conf

parent c56d62f4
No related branches found
No related tags found
No related merge requests found
Pipeline #1631 passed with stages
in 5 minutes and 28 seconds
...@@ -13,7 +13,7 @@ ENV VISIO_URL=https://meet.liiib.re ...@@ -13,7 +13,7 @@ ENV VISIO_URL=https://meet.liiib.re
RUN apk add --no-cache patch jq RUN apk add --no-cache patch jq
COPY redis.ini /usr/local/etc/php/conf.d/ COPY redis.ini /usr/local/etc/php/conf.d/
COPY opcache-recommended.ini /usr/local/etc/php/conf.d/opcache.ini COPY opcache-recommended.ini /usr/local/etc/php/conf.d/opcache.ini
COPY workers.conf /usr/local/etc/php-fpm.d/workers.conf COPY workers.conf /usr/local/etc/php-fpm.d/yy-workers.conf
COPY --chown=www-data:root ./runtime /runtime COPY --chown=www-data:root ./runtime /runtime
COPY --chown=www-data:root config/* /usr/src/nextcloud/config/ COPY --chown=www-data:root config/* /usr/src/nextcloud/config/
COPY --from=apps --chown=www-data:root /apps/* /usr/src/nextcloud/apps/ COPY --from=apps --chown=www-data:root /apps/* /usr/src/nextcloud/apps/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment