From 2479809316cde3dcccc88e18412221e062c4140e Mon Sep 17 00:00:00 2001 From: douwe Date: Wed, 6 Aug 2025 02:55:09 +0200 Subject: [PATCH] Fixed links in Apps section. --- Dockerfile | 2 +- templates/home.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 292b9e8..f545145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ COPY . /server # Download Crow library -RUN apt-get install ./lib/crow-1.2.1.deb -y +RUN apt-get install -y ./lib/crow-1.2.1.deb # Make the build directory RUN mkdir -p build && cd build diff --git a/templates/home.html b/templates/home.html index d5a5f34..5467150 100644 --- a/templates/home.html +++ b/templates/home.html @@ -107,7 +107,7 @@

Douwco Cloud

Access the cloud hosted on my local server.

- Made possible with Nextcloud AIO.