Files
nextcloud/Dockerfile
Tim Wundenberg e65f942ed3
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 7m38s
fix: use proper ENV definition
2025-02-24 13:09:43 +01:00

8 lines
135 B
Docker

FROM nextcloud:30.0.6
ENV PHP_UPLOAD_LIMIT=20G
RUN a2enmod ssl
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf