Files
2024-12-30 11:42:12 -07:00

4 lines
85 B
Plaintext

FROM nextcloud:production
RUN usermod -u 1000 www-data
RUN groupmod -g 1000 www-data