fix: use proper ENV definition
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 7m38s
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 7m38s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM nextcloud:30.0.6
|
FROM nextcloud:30.0.6
|
||||||
|
|
||||||
|
|
||||||
ENV PHP_UPLOAD_LIMIT: 20G
|
ENV PHP_UPLOAD_LIMIT=20G
|
||||||
RUN a2enmod ssl
|
RUN a2enmod ssl
|
||||||
|
|
||||||
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf
|
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user