feat: initial commit
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-02-24 12:56:15 +01:00
commit b66d02c1e4
5 changed files with 67 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nextcloud:30.0.6
ENV PHP_UPLOAD_LIMIT: 20G
RUN a2enmod ssl
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf