From e65f942ed3d21685ea2cc5ca1395cffd3efae975 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Mon, 24 Feb 2025 13:09:43 +0100 Subject: [PATCH] fix: use proper ENV definition --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c328c0..f794764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM nextcloud:30.0.6 -ENV PHP_UPLOAD_LIMIT: 20G +ENV PHP_UPLOAD_LIMIT=20G RUN a2enmod ssl COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf